From: Sudeep Holla Date: Fri, 28 Oct 2016 08:45:30 +0000 (+0100) Subject: drivers: base: cacheinfo: add pr_fmt logging X-Git-Tag: Ubuntu-4.10.0-7.9~964^2~18 X-Git-Url: https://git.proxmox.com/?p=mirror_ubuntu-zesty-kernel.git;a=commitdiff_plain;h=8e1073b1ffff5a90c1af75862309c5ed87ef545c drivers: base: cacheinfo: add pr_fmt logging This cleanup patch just adds pr_fmt style logging for cacheinfo. Cc: Greg Kroah-Hartman Signed-off-by: Sudeep Holla Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/cacheinfo.c b/drivers/base/cacheinfo.c index 70e13cf06ed0..f19d50bd8925 100644 --- a/drivers/base/cacheinfo.c +++ b/drivers/base/cacheinfo.c @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include #include #include