From: Joe Perches Date: Wed, 9 Dec 2009 20:34:16 +0000 (-0800) Subject: serial: isicom.c: use pr_fmt and pr_ X-Git-Tag: v2.6.34-rc1~216^2~23 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db91340b2e874693f14e9e937152e7433d7ac753;p=pandora-kernel.git serial: isicom.c: use pr_fmt and pr_ Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Convert printks to pr_ Convert some embedded function names to %s...__func__ Remove a period after exclamation points. Remove #define pr_dbg which could be used by future kernel.h includes Signed-off-by: Joe Perches Acked-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed