From: Harvey Hunt <[email protected]> Date: Tue, 17 May 2016 14:33:27 +0100
> For ethernet devices, net_device.name will be eth%d before > register_netdev() is called. Don't print the net_device name until > the format string is replaced. > > Signed-off-by: Harvey Hunt <[email protected]> > Cc: Marcel Ziswiler <[email protected]> > Cc: Robert Jarzmik <[email protected]> > Cc: Barry Song <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > v1 -> v2: > - Replace ifconfig with ip > - Delay printk until the netdev name is known Yeah this looks a lot better, applied, thanks!

