mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
au1xxx-ide/rapide: use hwif->index for ide_unregister()
Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
ed908fa1d0
commit
fadd11c71b
@ -78,8 +78,8 @@ static void __devexit rapide_remove(struct expansion_card *ec)
|
||||
|
||||
ecard_set_drvdata(ec, NULL);
|
||||
|
||||
/* there must be a better way */
|
||||
ide_unregister(hwif - ide_hwifs);
|
||||
ide_unregister(hwif->index);
|
||||
|
||||
ecard_release_resources(ec);
|
||||
}
|
||||
|
||||
|
@ -691,7 +691,7 @@ static int au_ide_remove(struct device *dev)
|
||||
ide_hwif_t *hwif = dev_get_drvdata(dev);
|
||||
_auide_hwif *ahwif = &auide_hwif;
|
||||
|
||||
ide_unregister(hwif - ide_hwifs);
|
||||
ide_unregister(hwif->index);
|
||||
|
||||
iounmap((void *)ahwif->regbase);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user