chronovu-la8: adjust to multi-vid/pid patch

This commit is contained in:
Bert Vermeulen 2012-07-15 19:24:10 +02:00
parent 387014de63
commit 9c4311c524
1 changed files with 2 additions and 1 deletions

View File

@ -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;