linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp e1b8ebd25d staging: mt7621-mmc: Remove error message in debug
If the debug file in proc fs is not successfully created current code
prints an error message, this is removed. de is also not an error
pointer, so the IS_ERR() call leads to a static checker warning. The
unused return value of the msdc_debug_proc_init function is also removed.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-23 15:36:31 +02:00
..
board.h staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEED 2018-04-23 15:36:28 +02:00
dbg.c staging: mt7621-mmc: Remove error message in debug 2018-04-23 15:36:31 +02:00
dbg.h staging: mt7621-mmc: Remove error message in debug 2018-04-23 15:36:31 +02:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Fix style of braces 2018-04-23 15:34:02 +02:00
sd.c staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEED 2018-04-23 15:36:28 +02:00
TODO