tehuti: delete redundant NULL check before release_firmware()
authorJesper Juhl <jj@chaosbits.net>
Mon, 9 Apr 2012 20:50:42 +0000 (22:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Apr 2012 11:21:10 +0000 (13:21 +0200)
release_firmware() checks for NULL pointers - no need to test before
the call.

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

No differences found