]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: Convert printks to pr_<level>
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Nov 2011 11:40:28 +0000 (11:40 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 06:30:57 +0000 (14:30 +0800)
commit3dd86c11d985a29905f2da734930339db1d1e8a7
tree841e560004083df8b0e72c75c79b293892cd66d8
parent6421eb5985a853ebf2cd11fdc506e1a39ab501fd
e1000e: Convert printks to pr_<level>

Based on the original patch from Joe Perches.
Use the current logging styles.
pr_<level> conversions are now prefixed with "e1000e:"
Correct a couple of defects 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.
Remove an extra space from a broken across lines
coalescing of "Link Status " and " Change".

-v2 Remove changes to Copyright string

CC: Joe Perches <joe@perches.com>
(cherry picked from commit ef456f858919ef7f40217ad8a5ed4e1e27c7ae6f)
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/e1000e/netdev.c