commit | f17bfe79e6aa34aecbd579258a5c55a790807aca | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Nov 22 11:39:30 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 22 11:39:30 2010 -0800 |
tree | e25465febd94697cd720f4c63b529e3ca8d5c753 | |
parent | f2ba70a22c31a179226fa0517729104497a7853f [diff] |
IDE: ide-floppy, remove unnecessary NULL check 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>