lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 25 Mar 2015 12:54:24 -0700
From:	Joe Perches <joe@...ches.com>
To:	Micky Ching <micky_ching@...lsil.com.cn>
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: [PATCH 0/2] staging: rts5208: Remove hidden flow control macros

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

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ