commit | c8ac6449797951414cec471e759e7bb0c46f490f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 11 09:16:05 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 11 09:16:05 2017 -0500 |
tree | 75c7474cc5d6cd6594bed96d3494679bcce39a67 | |
parent | 5b30997fd26f0e13837e9ba3cd289a037b8353bd [diff] |
power_i2c.c: Fix unused variable warning 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 <trini@konsulko.com>