linux/drivers/staging/xgifb
Maninder Singh 6d408e0b94 Staging: xgifb: Fix NULL pointer comparison warning
Replace direct comparisons to NULL i.e.
'x == NULL' with '!x'.
This problem was detected by checkpatch.

Signed-off-by: Maninder Singh <maninder.s2@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-25 10:56:16 +02:00
..
Kconfig
Makefile staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
TODO
vb_def.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_init.c staging: xgifb: fix block comments 2016-03-30 21:34:55 -07:00
vb_init.h staging: xgifb: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
vb_setmode.c staging: xgifb: Remove unnecessary parentheses. 2016-10-24 15:35:03 +02:00
vb_setmode.h staging: xgifb: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
vb_struct.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_table.h staging: xgifb: fix block comments 2016-03-30 21:34:55 -07:00
vb_util.h staging: xgifb: fix bare use of 'unsigned' 2016-03-29 12:40:20 -07:00
vgatypes.h drivers: staging: xgifb: vgatypes.h: fixed coding style warnings 2016-02-07 20:14:12 -08:00
XGI_main_26.c Staging: xgifb: Fix NULL pointer comparison warning 2016-10-25 10:56:16 +02:00
XGI_main.h
XGIfb.h