testo: Minor code cleanup.
This commit is contained in:
parent
efa9840222
commit
ec1a1a8c46
|
@ -235,7 +235,6 @@ static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *s
|
||||||
static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sdi,
|
static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sdi,
|
||||||
const struct sr_channel_group *cg)
|
const struct sr_channel_group *cg)
|
||||||
{
|
{
|
||||||
struct sr_dev_driver *di = sdi->driver;
|
|
||||||
struct dev_context *devc;
|
struct dev_context *devc;
|
||||||
gint64 now;
|
gint64 now;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Reference in New Issue