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:
e3cc352
)
drm/crtc: Remove redundant NULL check before kfree
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 19 Nov 2012 09:44:56 +0000
(09:44 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 20 Nov 2012 05:40:46 +0000
(15:40 +1000)
kfree() on a NULL input is a no-op. Hence remove the check.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found