Commit 33890220 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] floppy.c: remove superfluous variable initialization

From: Kam Leo <A1tmblwd@netscape.net>
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fa4d4c06
......@@ -4228,7 +4228,6 @@ int __init floppy_init(void)
int err, dr;
raw_cmd = NULL;
i = 0;
for (dr = 0; dr < N_DRIVE; dr++) {
disks[dr] = alloc_disk(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment