[patch] little fix in floppy.c

Aristeu Sergio Rozanski Filho (aris@cathedrallabs.org)
Fri, 27 Sep 2002 14:26:07 -0300


--ZG+WKzXzVby2T9Ro
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

-- 
aris

--ZG+WKzXzVby2T9Ro Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="floppy.patch"

--- linux-2.5.38-vanilla/drivers/block/floppy.c 2002-09-22 01:25:02.000000000 -0300 +++ linux-2.5.38/drivers/block/floppy.c 2002-09-25 13:48:01.000000000 -0300 @@ -4556,7 +4556,7 @@ void cleanup_module(void) { - int i; + int drive; unregister_sys_device(&device_floppy); devfs_unregister (devfs_handle);

--ZG+WKzXzVby2T9Ro-- - 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/