2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00
linux-next/drivers/staging/mt7621-mmc
Nishad Kamdar bc554d1e94 staging: mt7621-mmc: Fix debug macro ERR_MSG and its usages
Replace all usages of ERR_MSG with with dev_<level> without __func__
or __LINE__ or current->comm and current->pid. Remove the do {}
while(0) loop for the single statement macro. Delete commented
ERR_MSG() usage. Drop ERR_MSG from dbg.h. Issue found by checkpatch.

Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-10 17:04:21 +02:00
..
board.h staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.h 2018-07-29 10:08:02 +02:00
dbg.c staging: mt7621-mmc: place a check for sscanf 2018-08-27 19:31:59 +02:00
dbg.h staging: mt7621-mmc: Fix debug macro ERR_MSG and its usages 2018-09-10 17:04:21 +02:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Cleanup source of base address for io 2018-06-28 21:48:04 +09:00
sd.c staging: mt7621-mmc: Fix debug macro ERR_MSG and its usages 2018-09-10 17:04:21 +02:00
TODO