From d236cd0e209c595434ba15defe56f2e5aa488d1a Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Fri, 1 Feb 2013 14:33:58 -0800 Subject: [PATCH] IB/srp: Avoid problems if a header uses pr_fmt SRP defines pr_fmt(fmt) to be "PFX fmt", and then includes a bunch of header files before it gets around to defining PFX. This causes problems if any of the header files do a pr_... and use pr_fmt(). Fix this by using KBUILD_MODNAME instead of the private PFX. Acked-by: Chris Metcalf Signed-off-by: Roland Dreier --- Reading git-format-patch failed