From: Wolfram Sang Date: Tue, 14 Jul 2015 12:07:08 +0000 (+0200) Subject: i2c: omap: fix cleanup regression X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77441ac00d324c037c088da090fa505b45dad9d4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed