Re: 2.6.7-rc3 Paul Slootman's floppy minor fix

From: A1tmblwd
Date: Thu Jun 10 2004 - 01:48:09 EST


Paul did not remove the superfluous variable
initialization which masked the floppy minor bug in
drivers/block/floppy.c. Please add the patch below
and close Bug 2770.


--- linux-2.6.7-rc3/drivers/block/floppy.c 2004-06-09 23:01:05.085675957 -0700
+++ linux-2.6.7-rc3/drivers/block/floppy.c 2004-06-09 23:06:36.889119454 -0700
@@ -4228,7 +4228,6 @@
int err, dr;

raw_cmd = NULL;
- i = 0;

for (dr = 0; dr < N_DRIVE; dr++) {
disks[dr] = alloc_disk(1);



Regards,

Kam Leo


__________________________________________________________________
Introducing the New Netscape Internet Service.
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/