Re: [U-Boot] [RFC] net: eth_write_hwaddr hides ENOSYS

2018-03-30 Thread Simon Glass
Hi Heinrich, On 24 March 2018 at 21:41, Heinrich Schuchardt wrote: > Hello Simon, > > in patch > db9391e165dd ("net: Move driver-model code into its own file") > function eth_write_hwaddr hides() you chose to introduce the follwing lines: > > static int

[U-Boot] [RFC] net: eth_write_hwaddr hides ENOSYS

2018-03-24 Thread Heinrich Schuchardt
Hello Simon, in patch db9391e165dd ("net: Move driver-model code into its own file") function eth_write_hwaddr hides() you chose to introduce the follwing lines: static int eth_write_hwaddr(struct udevice *dev) ... /* * Drivers are allowed to decide not to implement this at * run-time. E.g.