3.16.7-ckt12 -stable review patch. If anyone has any objections, please let me know.
------------------ From: Luis Henriques <[email protected]> This reverts commit aba636b877ec270075cbb01b4fceb460f0c3f07a which is commit 6ada5c1e1b077ab98fc144d7ac132b4dcc0148ec upstream. This is being reverted because it fixes a regression that was introduced in 4.0 and does not affect 3.16 kernel. Cc: Charles Keepax <[email protected]> Cc: Beata Michalska <[email protected]> Cc: Wolfram Sang <[email protected]> Cc: Ben Hutchings <[email protected]> Signed-off-by: Luis Henriques <[email protected]> --- drivers/i2c/i2c-core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c index 4d835fbeba44..d66af95d3de4 100644 --- a/drivers/i2c/i2c-core.c +++ b/drivers/i2c/i2c-core.c @@ -1252,8 +1252,6 @@ static int i2c_register_adapter(struct i2c_adapter *adap) dev_dbg(&adap->dev, "adapter [%s] registered\n", adap->name); - pm_runtime_no_callbacks(&adap->dev); - #ifdef CONFIG_I2C_COMPAT res = class_compat_create_link(i2c_adapter_compat_class, &adap->dev, adap->dev.parent); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

