| commit | a4ba8cbeeb07f7bc8f9bcbd3f9962adb50376034 | [log] [tgz] |
|---|---|---|
| author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 21 19:42:26 2011 +0000 |
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Nov 16 04:26:03 2011 -0800 |
| tree | bcbbb8acdde2f2f2a73d813157e5da92286a9e68 | |
| parent | 8d233633bab501567841aaa2935963fb908c9523 [diff] |
igbvf: Convert printks to pr_<level>
Based on the previous patch from Joe Perches <joe@perches.com>
Use current logging styles.
Prefix all output via #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Neaten link status dev_info.
-v2 Remove Copyright changes and fix-up patch to make it checkpatch.pl
compliant.
CC: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>