From: Felipe Balbi Date: Wed, 12 Sep 2012 10:58:14 +0000 (+0530) Subject: i2c: omap: remove unnecessary pm_runtime_suspended check X-Git-Tag: v3.7-rc1~50^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a36b207f76364c281aeecaf14c1b22a7247278;p=pandora-kernel.git i2c: omap: remove unnecessary pm_runtime_suspended check before starting any messages we call pm_runtime_get_sync() which will make sure that by the time we program a transfer and our IRQ handler gets called, we're not suspended anymore. Signed-off-by: Felipe Balbi Signed-off-by: Shubhrajyoti D Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed