commit | a6c8ef9526f149ce884b36841cc2e17ca890f1a4 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Apr 09 22:51:58 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 18 16:37:05 2012 -0700 |
tree | c3439b4f59fd38f03ae6ada3fe341024a3c3d543 | |
parent | 234bb3c60f1f1489630750aba4adf40154e0bd70 [diff] |
staging: vt6656: Don't needlessly test for NULL before release_firmware() Checking for a NULL pointer before calling release_firmware() is redundant since the function does that check itself. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>