From: Joe Perches <joe@perches.com>
To: Micky Ching <micky_ching@realsil.com.cn>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [PATCH 0/2] staging: rts5208: Remove hidden flow control macros
Date: Wed, 25 Mar 2015 12:54:24 -0700 [thread overview]
Message-ID: <cover.1427313151.git.joe@perches.com> (raw)
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
next reply other threads:[~2015-03-25 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 19:54 Joe Perches [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1427313151.git.joe@perches.com \
--to=joe@perches.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=micky_ching@realsil.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.