From: Joe Perches Date: Wed, 24 Jul 2013 21:13:03 +0000 (-0700) Subject: staging: gdm724x: Update logging X-Git-Tag: v3.12-rc1~183^2~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec473b5267d01762b610d57e168b0401a137f3a;p=pandora-kernel.git staging: gdm724x: Update logging Make the logging prefixes match the module names by adding #define pr_fmt(fmt) KBUILD_MODNAME and converting printks to netdev_ when a struct netdevice * is available and and pr_ when not. Remove embedded prefixes. Add missing terminating newlines. Remove an unnecessary rx-dropped message. Remove an unnecessary temporary variable. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed