rapide: set hwif->chipset

hwif->chipset should be set if the hwif is claimed by host driver.

Cc: Russell King <rmk@arm.linux.org.uk>
Acked-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 2e13093a
...@@ -55,6 +55,7 @@ rapide_probe(struct expansion_card *ec, const struct ecard_id *id) ...@@ -55,6 +55,7 @@ rapide_probe(struct expansion_card *ec, const struct ecard_id *id)
hwif = rapide_locate_hwif(base, base + 0x818, 1 << 6, ec->irq); hwif = rapide_locate_hwif(base, base + 0x818, 1 << 6, ec->irq);
if (hwif) { if (hwif) {
hwif->chipset = ide_generic;
hwif->hwif_data = base; hwif->hwif_data = base;
hwif->gendev.parent = &ec->dev; hwif->gendev.parent = &ec->dev;
hwif->noprobe = 0; hwif->noprobe = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment