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:
9a4ea5a
)
[media] lirc_zilog: Deletion of unnecessary checks before vfree()
author
Markus Elfring
<elfring@users.sourceforge.net>
Mon, 1 Dec 2014 18:49:39 +0000
(15:49 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Thu, 4 Dec 2014 17:47:06 +0000
(15:47 -0200)
The vfree() function performs also input parameter validation. 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