git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e70bc
)
ataflop: Killl warning about unused variable flags
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 13 Dec 2009 19:07:31 +0000
(20:07 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 4 Feb 2010 10:55:44 +0000
(11:55 +0100)
After commit
e0c0978699a83f26f2341f7eedc1463b79e31aff
("ataflop: remove
buggy/commented-out IRQ disable from do_fd_request()") the `flags' variable
became unused:
drivers/block/ataflop.c:1473: warning: unused variable 'flags'
Hence remove it.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found