diff options
author | 2015-02-04 19:30:23 +0100 | |
---|---|---|
committer | 2015-03-04 14:05:40 +0200 | |
commit | db2cf865c75792f2e52596bf3e94e9a98272becf (patch) | |
tree | bbb9758b8a632e389e98337b60376c0b23214f2b /net | |
parent | ath10k: add TxBF support (diff) | |
download | linux-dev-db2cf865c75792f2e52596bf3e94e9a98272becf.tar.xz linux-dev-db2cf865c75792f2e52596bf3e94e9a98272becf.zip |
ath10k: delete unnecessary checks before the function call "release_firmware"
The release_firmware() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions