提交 7178347e 编写于 作者: L Laxman Dewangan 提交者: Lee Jones

mfd: palmas: Reset pm_power_off if it is set for the device

If Palams supports the system power controller and pm_power_off
is implemented through the Palmas driver then reset the pm_power_off
in driver remove.

This will avoid the call of Palmas driver after removal of driver.
Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 2d8edaf0
......@@ -570,6 +570,11 @@ static int palmas_i2c_remove(struct i2c_client *i2c)
regmap_del_irq_chip(palmas->irq, palmas->irq_data);
if (palmas == palmas_dev) {
pm_power_off = NULL;
palmas_dev = NULL;
}
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册