fx2lafw: No device context internals to clear

This commit is contained in:
Bert Vermeulen 2013-04-17 00:42:06 +02:00
parent ae5859fff0
commit 72f9d6dc5e
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ static struct dev_context *fx2lafw_dev_new(void)
static int clear_instances(void)
{
return std_dev_clear(di);
return std_dev_clear(di, NULL);
}
static int hw_init(struct sr_context *sr_ctx)