Re: [U-Boot] [PATCH v3 2/9] net: designware: Adjust dw_adjust_link() to return an error

2016-11-29 Thread Joe Hershberger
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote: > This function can fail, so return the error if there is one. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger ___ U-Boot

[U-Boot] [PATCH v3 2/9] net: designware: Adjust dw_adjust_link() to return an error

2016-11-27 Thread Simon Glass
This function can fail, so return the error if there is one. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to adjust dw_adjust_link() to return an error Changes in v2: None drivers/net/designware.c | 12 1 file changed, 8 insertions(+), 4