public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rts5208: Remove hidden flow control macros
@ 2015-03-25 19:54 Joe Perches
  2015-03-25 19:54 ` [PATCH 1/2] staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros Joe Perches
  2015-03-25 19:54 ` [PATCH 2/2] staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macros Joe Perches
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2015-03-25 19:54 UTC (permalink / raw)
  To: Micky Ching; +Cc: Greg Kroah-Hartman, linux-kernel, devel

Macros with hidden flow control are poor form.

Joe Perches (2):
  staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros
  staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macros

 drivers/staging/rts5208/Makefile         |    2 +-
 drivers/staging/rts5208/ms.c             | 1654 +++++++++++++++++---------
 drivers/staging/rts5208/rtsx.c           |    6 -
 drivers/staging/rts5208/rtsx.h           |   13 +-
 drivers/staging/rts5208/rtsx_card.c      |  181 ++-
 drivers/staging/rts5208/rtsx_card.h      |    8 +-
 drivers/staging/rts5208/rtsx_chip.c      |  902 ++++++++++----
 drivers/staging/rts5208/rtsx_chip.h      |   16 -
 drivers/staging/rts5208/rtsx_scsi.c      |  539 ++++++---
 drivers/staging/rts5208/rtsx_transport.c |    7 +-
 drivers/staging/rts5208/sd.c             | 1883 +++++++++++++++++++++---------
 drivers/staging/rts5208/spi.c            |  372 ++++--
 drivers/staging/rts5208/trace.c          |   26 +
 drivers/staging/rts5208/trace.h          |   61 +-
 drivers/staging/rts5208/xd.c             |  607 +++++++---
 15 files changed, 4382 insertions(+), 1895 deletions(-)
 create mode 100644 drivers/staging/rts5208/trace.c

-- 
2.1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-25 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 19:54 [PATCH 0/2] staging: rts5208: Remove hidden flow control macros Joe Perches
2015-03-25 19:54 ` [PATCH 1/2] staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros Joe Perches
2015-03-25 19:54 ` [PATCH 2/2] staging: rts5208: Remove RTSX_READ_REG and RTSX_WRITE_REG macros Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox