From: Ira Weiny <[email protected]> Reported-by: Wu, Fengguang <[email protected]> Signed-off-by: Ira Weiny <[email protected]> --- drivers/infiniband/core/mad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c index 3c6b228..cc00e4e 100644 --- a/drivers/infiniband/core/mad.c +++ b/drivers/infiniband/core/mad.c @@ -34,7 +34,7 @@ * */ -#define pr_fmt(fmt) PFX fmt +#define pr_fmt(fmt) "ib_mad: " fmt #include <linux/dma-mapping.h> #include <linux/slab.h> -- 1.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
