diff options
author | Ravikant B Sharma <ravikant.s2@samsung.com> | 2016-11-08 11:30:09 +0530 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-11-17 00:02:50 +0000 |
commit | e8e11817e2ff18f35de932cdd2738cad5567cb7c (patch) | |
tree | 11e83b32d1b9baa2109cab848fa69221246b86d8 /mm | |
parent | 6f3723c15ab8382fd68f314cac0439bf91f978f9 (diff) | |
download | blackbird-op-linux-e8e11817e2ff18f35de932cdd2738cad5567cb7c.tar.gz blackbird-op-linux-e8e11817e2ff18f35de932cdd2738cad5567cb7c.zip |
drm/armada: fix NULL pointer comparison warning
Replace direct comparisons to NULL i.e.
'x == NULL' with '!x'. As per coding standard.
Signed-off-by: Ravikant B Sharma <ravikant.s2@samsung.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions