fx2lafw: No device context internals to clear
This commit is contained in:
parent
ae5859fff0
commit
72f9d6dc5e
|
@ -342,7 +342,7 @@ static struct dev_context *fx2lafw_dev_new(void)
|
||||||
|
|
||||||
static int clear_instances(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)
|
static int hw_init(struct sr_context *sr_ctx)
|
||||||
|
|
Loading…
Reference in New Issue