Re: [PATCH] r8152: Add support for setting MAC to system's Auxiliary MAC address

From: Andrew Lunn
Date: Thu Jun 02 2016 - 11:01:29 EST


> >
> > > + pr_info("r8152: Using system auxiliary MAC address");
> >
> > It would be great to write also mac address into that pr_info

And since there could be multiple r8152 in the system, it would be
good to indicate which of them is having its MAC changed. So
netdev_info() or dev_info().

Andrew