All of lore.kernel.org
 help / color / mirror / Atom feed
* 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.