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:
e8379ec
)
[media] mn88473: Remove uneeded check before release_firmware()
author
Markus Elfring
<elfring@users.sourceforge.net>
Mon, 1 Dec 2014 21:55:29 +0000
(18:55 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Thu, 4 Dec 2014 18:00:17 +0000
(16:00 -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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found