Re: [U-Boot] [PATCH] power_i2c.c: Fix unused variable warning

2017-01-11 Thread Tom Rini
On Wed, Jan 11, 2017 at 09:17:31AM -0500, Tom Rini wrote: > The variable ret was added but never set as we did not make calls to > other functions that we needed to check the return value on. > > Fixes: 505cf4750ae5 ("power: change from meaningless value to error number") > Signed-off-by: Tom Rin

[U-Boot] [PATCH] power_i2c.c: Fix unused variable warning

2017-01-11 Thread Tom Rini
The variable ret was added but never set as we did not make calls to other functions that we needed to check the return value on. Fixes: 505cf4750ae5 ("power: change from meaningless value to error number") Signed-off-by: Tom Rini --- drivers/power/power_i2c.c | 1 - 1 file changed, 1 deletion(-