linux/drivers/staging/xgifb
Bhumika Goyal 56487aed95 Staging: xgifb: Compress return logic
This patch compresses the  return logic into a single statement
and removes the now unused return variable.
Done using coccinelle:
@@
type T;
identifier r;
@@
- T r;
... when !=r
- r =
+ return
     ...;
- return r;

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-18 12:37:43 +02:00
..
Kconfig
Makefile
TODO
vb_def.h
vb_init.c staging: xgifb: fix block comments 2016-03-30 21:34:55 -07:00
vb_init.h
vb_setmode.c staging: xgifb: fix alignment for if arguments 2016-09-16 10:27:52 +02:00
vb_setmode.h
vb_struct.h
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
XGI_main_26.c Staging: xgifb: Compress return logic 2016-09-18 12:37:43 +02:00
XGI_main.h
XGIfb.h