* PATCH: Phil Copeland discovered ide-pnp hadn't been updated
@ 2004-08-16 12:39 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-08-16 12:39 UTC (permalink / raw)
To: linux-ide, linux-kernel, torvalds
--- drivers/ide/ide-pnp.c~ 2004-08-16 13:36:35.531635600 +0100
+++ drivers/ide/ide-pnp.c 2004-08-16 13:36:35.531635600 +0100
@@ -57,7 +57,7 @@
{
ide_hwif_t *hwif = pnp_get_drvdata(dev);
if (hwif) {
- ide_unregister(hwif->index);
+ ide_unregister_hwif(hwif);
} else
printk(KERN_ERR "idepnp: Unable to remove device, please report.\n");
}
Signed-off-by: Alan Cox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-16 12:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-16 12:39 PATCH: Phil Copeland discovered ide-pnp hadn't been updated Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).