commit | b2cbf2e31bd26abaddcb1ce4cefb09e025247d52 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Apr 09 22:50:10 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Apr 30 13:16:45 2012 +0200 |
tree | 8d943e004fb6b7ea33a41bf585b551545cb87564 | |
parent | c69a6ca1a4e398e7e85cab792ddbd874d9335233 [diff] |
typhoon: get rid of redundant conditional before all to release_firmware() 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>