]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Convert printks to pr_<level>
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 21 Oct 2011 20:01:34 +0000 (20:01 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:05:35 +0000 (21:05 +0800)
commitb1526b058dd9d98dfdb5a9c615655be26854ab32
tree60f0128c3c2264f1f81a2ddf49980bd21bf85610
parent2c5bddd6d74f5f6785ea7ecec21f9356e9fc2e07
igb: Convert printks to pr_<level>

Based on original patch from Joe Perches <joe@perches.com>

Use the current logging styles.

pr_<level> 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 <joe@perches.com>
(cherry picked from commit 876d2d6f6e60b1170f7ed664b9659def92b87be3)
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb_main.c