diff options
author | 2016-11-08 17:30:31 +0530 | |
---|---|---|
committer | 2017-07-17 23:40:34 -0700 | |
commit | 1a4adb05632e902c9819af7c5eeded5243f1dc6c (patch) | |
tree | 16e9b70e3f2822f6aed2a3e387e5441803647f39 /tools/perf/scripts/python | |
parent | Merge tag 'drm-intel-fixes-2017-06-27' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (diff) | |
download | linux-dev-1a4adb05632e902c9819af7c5eeded5243f1dc6c.tar.xz linux-dev-1a4adb05632e902c9819af7c5eeded5243f1dc6c.zip |
drm/vmwgfx: Fix NULL pointer comparison
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>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions