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>
Showing
Please register or sign in to comment