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

Thanks, I had already rolled in a slightly different fix...
--
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

Reply via email to