forked from luck/tmp_suning_uos_patched
icside: fix PCB version 6 support (v2)
We need to pass struct ide_port_info also to ide_host_register(). v2: Fix v5/v6 mismatch noticed by Russell. Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
9711a53721
commit
d224b6269e
|
@ -534,7 +534,7 @@ icside_register_v6(struct icside_state *state, struct expansion_card *ec)
|
||||||
d.dma_ops = NULL;
|
d.dma_ops = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = ide_host_register(host, NULL, hws);
|
ret = ide_host_register(host, &d, hws);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_free;
|
goto err_free;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user