From: Joe Perches Date: Fri, 1 Feb 2013 22:33:58 +0000 (-0800) Subject: IB/srp: Avoid problems if a header uses pr_fmt X-Git-Tag: omap-for-v3.16/fixes-against-rc1~68^2^12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d236cd0e209c595434ba15defe56f2e5aa488d1a;p=pandora-kernel.git 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-diff-tree failed