commit | f5123117091995b94e17c44a43cbf4b5dd736319 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Apr 09 22:51:19 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Apr 12 15:06:08 2012 -0400 |
tree | 5a698d1f0d9eacae81e0447caa04a73eb9b75010 | |
parent | 4fb25c5914e0c79e236a327833af7f581225f790 [diff] |
wireless, orinoco: release_firmware() tests for NULL, remove explicit tests before calls It is redundant to test for NULL pointers before calling release_firmware() since the function does its own NULL test. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>