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:
e2f521e
)
ARM: dmabounce: check pointer against NULL not 0
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 22:54:34 +0000
(23:54 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 22:54:34 +0000
(23:54 +0100)
Pointers should be checked against NULL rather than 0, otherwise we
get sparse warnings.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found