commit | db2cf865c75792f2e52596bf3e94e9a98272becf | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Feb 04 19:30:23 2015 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Mar 04 14:05:40 2015 +0200 |
tree | bbb9758b8a632e389e98337b60376c0b23214f2b | |
parent | 139e170da98a23c3ce9ecb68cf042bdad10ce647 [diff] |
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>