[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1404663138-21333-1-git-send-email-fabio.falzoi84@gmail.com>
Date: Sun, 6 Jul 2014 18:12:14 +0200
From: Fabio Falzoi <fabio.falzoi84@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
wei_wang@...lsil.com.cn, micky_ching@...lsil.com.cn,
Fabio Falzoi <fabio.falzoi84@...il.com>
Subject: [PATCH 0/4] Staging: rts5208: Use dynamic debug feature
Use standard dynamic debug features instead of relying on the custom
configuration option CONFIG_RTS5208_DEBUG and a series of home grown
macros.
Fabio Falzoi (4):
Use standard pr_debug instead of a custom macro
Use standard print_hex_dump_debug instead of a custom macro
Remove CONFIG_RTS5208_DEBUG option
Fix a format specifier for dev_err
drivers/staging/rts5208/Kconfig | 7 --
drivers/staging/rts5208/debug.h | 43 -------
drivers/staging/rts5208/ms.c | 146 ++++++++++++------------
drivers/staging/rts5208/rtsx.c | 8 +-
drivers/staging/rts5208/rtsx.h | 1 -
drivers/staging/rts5208/rtsx_card.c | 72 ++++++------
drivers/staging/rts5208/rtsx_card.h | 1 -
drivers/staging/rts5208/rtsx_chip.c | 136 +++++++++++-----------
drivers/staging/rts5208/rtsx_scsi.c | 46 ++++----
drivers/staging/rts5208/rtsx_transport.c | 45 ++++----
drivers/staging/rts5208/sd.c | 189 ++++++++++++++++---------------
drivers/staging/rts5208/spi.c | 8 +-
drivers/staging/rts5208/trace.h | 12 +-
drivers/staging/rts5208/xd.c | 121 ++++++++++----------
14 files changed, 396 insertions(+), 439 deletions(-)
delete mode 100644 drivers/staging/rts5208/debug.h
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists