From 9c4311c524cd2eea8ce2c80b1029c936769107db Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 15 Jul 2012 19:24:10 +0200 Subject: [PATCH] chronovu-la8: adjust to multi-vid/pid patch --- hardware/chronovu-la8/api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware/chronovu-la8/api.c b/hardware/chronovu-la8/api.c index cf0a11c8..219cb6c8 100644 --- a/hardware/chronovu-la8/api.c +++ b/hardware/chronovu-la8/api.c @@ -75,10 +75,11 @@ static int hw_init(void) static GSList *hw_scan(GSList *options) { - int ret; struct sr_dev_inst *sdi; struct context *ctx; GSList *devices; + unsigned int i; + int ret; (void)options; devices = NULL;