From 77441ac00d324c037c088da090fa505b45dad9d4 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Tue, 14 Jul 2015 14:07:08 +0200 Subject: [PATCH] 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-format-patch failed