i2c: omap: fix cleanup regression
authorWolfram Sang <wsa@the-dreams.de>
Tue, 14 Jul 2015 12:07:08 +0000 (14:07 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Aug 2015 06:37:33 +0000 (08:37 +0200)
commit77441ac00d324c037c088da090fa505b45dad9d4
treed34b65bfa3591d48169b1bd355b91d5695f39f6b
parent6b0c8dc3104253a5e4b2ec923eeb48cece0abcb9
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>
drivers/i2c/busses/i2c-omap.c