commit | 77441ac00d324c037c088da090fa505b45dad9d4 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Tue Jul 14 14:07:08 2015 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Aug 10 08:37:33 2015 +0200 |
tree | d34b65bfa3591d48169b1bd355b91d5695f39f6b | |
parent | 6b0c8dc3104253a5e4b2ec923eeb48cece0abcb9 [diff] |
i2c: omap: fix cleanup regression Patch "i2c: omap: abolish variable name confusion" triggered a coccinelle warning which we fix here: drivers/i2c/busses/i2c-omap.c:1333:5-24: pm_runtime_get_sync returns < 0 as error. Unecessary IS_ERR_VALUE at line 1334 Signed-off-by: Wolfram Sang <wsa@the-dreams.de>