]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbevf: Convert printks to pr_<level>
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 21 Oct 2011 19:38:18 +0000 (19:38 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:34:32 +0000 (21:34 +0800)
commit323904165d21e3ea99b48f0009414bcd7f8bcb3b
tree83959c35950c824ee599a8dde9d9326847732804
parenta18cc72d6fdbc969896d89d950977a006fc40034
ixgbevf: Convert printks to pr_<level>

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

Use the current logging styles, prefix output with "ixgbevf: "

Add #define pr_fmt
Coalesce formats.

-v2 Fix-up to make checkpatch.pl compliant and remove change to
    copyright line

CC: Joe Perches <joe@perches.com>
(cherry picked from commit dbd9636e281895cd3a15682f0966fb545ddff9e8)
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbevf/ethtool.c
drivers/net/ixgbevf/ixgbevf_main.c