[PATCH v2 0/5] staging: unisys: remove logging macros from all drivers

Benjamin Romer benjamin.romer at unisys.com
Thu Feb 26 16:47:45 UTC 2015


This patch series removes all of the logging macros from the Unisys driver set.

Log and error messages deemed necessary for the user will be added back in using
standard kernel logging functions by future patches.

v2 - Fixed a mistake where some of the if statements had accidentally doubled 
tabs when the then clause was only one statement.

Benjamin Romer (5):
  staging: unisys: remove DBGINF, DBGVER, DEBUGDEV, and DEBUGDRV macros
  staging: unisys: remove LOGINF macros
  staging: unisys: remove LOGVER macro
  staging: unisys: remove ERRDEV macros
  staging: unisys: remove LOGWRN() macros and uniklog.h

 drivers/staging/unisys/include/procobjecttree.h    |   1 -
 drivers/staging/unisys/include/timskmod.h          |  10 +-
 drivers/staging/unisys/include/uisqueue.h          |   1 -
 drivers/staging/unisys/include/uisutils.h          |   2 -
 drivers/staging/unisys/include/uniklog.h           | 191 --------------
 drivers/staging/unisys/uislib/uislib.c             | 197 ++-------------
 drivers/staging/unisys/uislib/uisqueue.c           |   6 +-
 drivers/staging/unisys/uislib/uisthread.c          |   7 +-
 drivers/staging/unisys/uislib/uisutils.c           |  56 ++---
 drivers/staging/unisys/virthba/virthba.c           | 242 ++----------------
 drivers/staging/unisys/virtpci/virtpci.c           | 234 +++---------------
 drivers/staging/unisys/visorchannel/globals.h      |   1 -
 .../unisys/visorchannel/visorchannel_funcs.c       |  52 +---
 .../unisys/visorchannel/visorchannel_main.c        |   2 -
 drivers/staging/unisys/visorchipset/file.c         |  36 +--
 drivers/staging/unisys/visorchipset/globals.h      |   1 -
 drivers/staging/unisys/visorchipset/parser.c       |  69 +-----
 drivers/staging/unisys/visorchipset/parser.h       |   1 -
 .../unisys/visorchipset/visorchipset_main.c        | 274 ++++-----------------
 drivers/staging/unisys/visorutil/charqueue.c       |   5 +-
 drivers/staging/unisys/visorutil/charqueue.h       |   1 -
 drivers/staging/unisys/visorutil/easyproc.c        |  27 +-
 .../staging/unisys/visorutil/memregion_direct.c    |  41 +--
 drivers/staging/unisys/visorutil/periodic_work.c   |  13 -
 drivers/staging/unisys/visorutil/procobjecttree.c  |  54 ++--
 drivers/staging/unisys/visorutil/visorkmodutils.c  |   1 -
 26 files changed, 206 insertions(+), 1319 deletions(-)
 delete mode 100644 drivers/staging/unisys/include/uniklog.h

-- 
2.1.0



More information about the devel mailing list