kecheng-kc-330b: Code cleanup

This commit is contained in:
Bert Vermeulen 2013-07-16 17:17:54 +02:00
parent d406dccd6a
commit b979d0c9cb
2 changed files with 5 additions and 1 deletions

View File

@ -261,7 +261,6 @@ static int config_get(int key, GVariant **data, const struct sr_dev_inst *sdi)
struct dev_context *devc;
GVariant *rational[2];
const uint64_t *si;
int tmp, ret;
devc = sdi->priv;
switch (key) {

View File

@ -342,5 +342,10 @@ SR_PRIV int kecheng_kc_330b_log_date_time_get(const struct sr_dev_inst *sdi,
gboolean *tmp)
{
(void)sdi;
(void)tmp;
/* TODO */
return SR_OK;
}