linux/drivers/staging/xgifb
Sarah Khan fe4c6a38b8 staging: xgifb: Removed an unnecessary assignment statement
Used coccinelle patch
@@

expression data;
identifier f;

@@

-data =
+return
     f(...);
-return (data);

Signed-off-by: Sarah Khan <sarahjmi07@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-27 10:33:05 +08:00
..
Kconfig
Makefile
TODO
vb_def.h
vb_init.c staging: xgifb: remove unnecessary else 2014-09-06 21:48:19 -07:00
vb_init.h
vb_setmode.c staging: xgifb: remove unnecessary else 2014-09-06 21:48:19 -07:00
vb_setmode.h
vb_struct.h
vb_table.h
vb_util.c staging: xgifb: Removed an unnecessary assignment statement 2014-10-27 10:33:05 +08:00
vb_util.h
vgatypes.h
XGI_main_26.c staging: xgifb: remove unnecessary else 2014-09-06 21:48:19 -07:00
XGI_main.h
XGIfb.h