qlogic: get rid of a redundant test for NULL before call to release_firmware()
authorJesper Juhl <jj@chaosbits.net>
Mon, 9 Apr 2012 20:50:31 +0000 (22:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Apr 2012 11:20:06 +0000 (13:20 +0200)
Since release_firmware() deals gracefully with being passed a NULL
pointer there is no reason to test explicitly before calling the
function.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found