aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad_priv.h
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2014-08-08 19:00:53 -0400
committerRoland Dreier <roland@purestorage.com>2014-08-10 20:35:39 -0700
commit7ef5d4b0463c095a994890131918d3301d8404ee (patch)
tree7c5df5a72dfa13da96685b0c2d3a3ec3a98b31b0 /drivers/infiniband/core/mad_priv.h
parentIB/umad: Update module to [pr|dev]_* style print messages (diff)
downloadlinux-dev-7ef5d4b0463c095a994890131918d3301d8404ee.tar.xz
linux-dev-7ef5d4b0463c095a994890131918d3301d8404ee.zip
IB/mad: Update module to [pr|dev]_* style print messages
Use dev_* style print when struct device is available. Also combine previously line broken user-visible strings as per Documentation/CodingStyle: "However, never break user-visible strings such as printk messages, because that breaks the ability to grep for them." Signed-off-by: Ira Weiny <ira.weiny@intel.com> [ Remove PFX so the patch actually builds. - Roland ] Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/core/mad_priv.h')
-rw-r--r--drivers/infiniband/core/mad_priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/core/mad_priv.h b/drivers/infiniband/core/mad_priv.h
index 9430ab4969c5..d1a0b0ee9444 100644
--- a/drivers/infiniband/core/mad_priv.h
+++ b/drivers/infiniband/core/mad_priv.h
@@ -42,9 +42,6 @@
#include <rdma/ib_mad.h>
#include <rdma/ib_smi.h>
-
-#define PFX "ib_mad: "
-
#define IB_MAD_QPS_CORE 2 /* Always QP0 and QP1 as a minimum */
/* QP and CQ parameters */