Re: [PATCH] hwmon: fix error return code in abituguru_probe()

2013-05-13 Thread Guenter Roeck
On Mon, May 13, 2013 at 02:01:43PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Applied. Thanks, Guenter -- To unsubscribe from this list:

[PATCH] hwmon: fix error return code in abituguru_probe()

2013-05-13 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/hwmon/abituguru.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git

[PATCH] hwmon: fix error return code in abituguru_probe()

2013-05-13 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/hwmon/abituguru.c | 16 ++-- 1 file changed, 10

Re: [PATCH] hwmon: fix error return code in abituguru_probe()

2013-05-13 Thread Guenter Roeck
On Mon, May 13, 2013 at 02:01:43PM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Applied.