Re: [PATCH net-next] lan78xx: Return 0 when lan78xx_suspend() has no error.

2015-09-28 Thread David Miller
From: Date: Fri, 25 Sep 2015 21:13:48 + > lan78xx_suspend() may return non-zero from lan78xx_write_reg() in some > scenario. > Fix to return 0 when lan78xx_suspend() has no error. > > Signed-off-by: Woojung Huh Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH net-next] lan78xx: Return 0 when lan78xx_suspend() has no error.

2015-09-25 Thread Woojung.Huh
lan78xx_suspend() may return non-zero from lan78xx_write_reg() in some scenario. Fix to return 0 when lan78xx_suspend() has no error. Signed-off-by: Woojung Huh --- drivers/net/usb/lan78xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/usb/lan78xx.c b/drivers/n