On Fri, 12 Mar 2021, Andrew Lunn wrote:
> On Fri, Mar 12, 2021 at 11:07:56AM +, Lee Jones wrote:
> > Fixes the following W=1 kernel build warning(s):
> >
> > drivers/of/of_net.c:104: warning: Function parameter or member 'np' not
> > described in 'of_get_mac_address'
> > drivers/of/of_net.
On Fri, Mar 12, 2021 at 11:07:56AM +, Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/of/of_net.c:104: warning: Function parameter or member 'np' not
> described in 'of_get_mac_address'
> drivers/of/of_net.c:104: warning: expecting prototype for mac(). Protot
Fixes the following W=1 kernel build warning(s):
drivers/of/of_net.c:104: warning: Function parameter or member 'np' not
described in 'of_get_mac_address'
drivers/of/of_net.c:104: warning: expecting prototype for mac(). Prototype was
for of_get_mac_address() instead
Cc: Andrew Lunn
Cc: Heine