From: Jiri Slaby Date: Mon, 22 Nov 2010 19:39:30 +0000 (-0800) Subject: IDE: ide-floppy, remove unnecessary NULL check X-Git-Tag: v3.0-rc1~356^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17bfe79e6aa34aecbd579258a5c55a790807aca;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed