From: Jeff Kirsher Date: Fri, 21 Oct 2011 20:01:34 +0000 (+0000) Subject: igb: Convert printks to pr_ X-Git-Tag: v3.3-rc1~182^2~565^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876d2d6f6e60b1170f7ed664b9659def92b87be3;p=pandora-kernel.git igb: Convert printks to pr_ Based on original patch from Joe Perches Use the current logging styles. pr_ conversions are now prefixed with "igb: " Correct a defect where the trailing NTU may have been printed on a separate line because of an interleaving hex_dump. Remove unnecessary uses of KERN_CONT and use single pr_info()s to avoid any possible output interleaving from other modules. Coalesce formats as appropriate. -v2 fix-up to make checkpatch.pl compliant and remove change to the copyright line CC: Joe Perches Signed-off-by: Jeff Kirsher Tested-by: Aaron Brown --- Reading git-diff-tree failed