Re: [bk/patch] driver model update: device_unregister()

Patrick Mochel (mochel@osdl.org)
Tue, 8 Oct 2002 17:57:44 -0700 (PDT)


ChangeSet@1.600, 2002-10-08 17:32:17-07:00, mochel@osdl.org
IDE: call device_unregister() instead of put_device() in ide-disk->cleanup().

diff -Nru a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c
--- a/drivers/ide/ide-disk.c Tue Oct 8 17:55:17 2002
+++ b/drivers/ide/ide-disk.c Tue Oct 8 17:55:17 2002
@@ -1692,7 +1692,7 @@
{
struct gendisk *g = drive->disk;

- put_device(&drive->disk->disk_dev);
+ device_unregister(&drive->disk->disk_dev);
if ((drive->id->cfs_enable_2 & 0x3000) && drive->wcache)
if (do_idedisk_flushcache(drive))
printk (KERN_INFO "%s: Write Cache FAILED Flushing!\n",

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/