[E1000-devel] [PATCH] ixgbevf: Fix the debugging output when device is not registered

2013-10-12 Thread Joe Perches
A message can be output with an unidentified eth%d port when the ixgbevf device is not registered. ie: ixgbevf: eth%d: ixgbevf_init_interrupt_scheme: etc... Fix this by using the generic netdev_name() helper to emit "(unregistered net_device)" instead of "eth%d". Neaten the format string that em

Re: [E1000-devel] [PATCH] drivers/base/core.c: always output device renaming messages.

2013-10-12 Thread Ethan Zhao
On Sat, Oct 12, 2013 at 12:08 AM, Bjorn Helgaas wrote: > [+cc Don, e1000-devel] > > On Fri, Oct 11, 2013 at 9:35 AM, Greg KH wrote: >> On Fri, Oct 11, 2013 at 10:58:18AM +0800, ethan.zhao wrote: >>> From: "ethan.zhao" >>> >>> While loading ixgbevf driver,every vf detected will be output as the >