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:
f2ba70a
)
IDE: ide-floppy, remove unnecessary NULL check
author
Jiri Slaby
<jslaby@suse.cz>
Mon, 22 Nov 2010 19:39:30 +0000
(11:39 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Nov 2010 19:39:30 +0000
(11:39 -0800)
Stanse found that rq in ide_floppy_callback cannot be NULL, because it
is dereferenced all around. So remove the superfluous check.
This appeared after blk_* macros removal.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found