typhoon: get rid of redundant conditional before all to release_firmware()
authorJesper Juhl <jj@chaosbits.net>
Mon, 9 Apr 2012 20:50:10 +0000 (22:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Apr 2012 11:16:45 +0000 (13:16 +0200)
There's no need to test for a NULL pointer before calling
release_firmware() since the function does that check itself, so
remove the redundant test.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: David Dillow <dave@thedillows.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found