git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
139e170
)
ath10k: delete unnecessary checks before the function call "release_firmware"
author
Markus Elfring
<elfring@users.sourceforge.net>
Wed, 4 Feb 2015 18:30:23 +0000
(19:30 +0100)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 4 Mar 2015 12:05:40 +0000
(14:05 +0200)
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>
No differences found