]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio-charger: Use cansleep version of gpio_set_value
authorPritesh Raithatha <praithatha@nvidia.com>
Tue, 22 May 2012 08:50:04 +0000 (14:20 +0530)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Wed, 20 Jun 2012 03:48:37 +0000 (20:48 -0700)
commitecb7a8ebdc4b063715d5a37919f9118c3f1031a8
tree9aa3d1378c9d08bdf389d74b2638a695bd800ef2
parent9903e62700a122a366ad4c9be8f8f97115cf9a68
gpio-charger: Use cansleep version of gpio_set_value

Context of gpio_charger_get_property is sleepable so we should
use gpio_set_value_cansleep instead of gpio_set_value.

It will remove WARN_ON incase of using gpio from i2c-to-gpio
expander like pca953x.

Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/gpio-charger.c