diff options
author | Ionut Nicu <ioan.nicu.ext@nsn.com> | 2013-10-11 12:17:10 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-04 19:05:11 (GMT) |
commit | 9770b2810aafbb61bff57c39d3384448f0a7b01b (patch) | |
tree | 4e6771d25feb0020f1dd025d9e13eeaf2e783d79 /drivers/gpio/gpio-pcf857x.c | |
parent | 91831b48272d5cf2759d6d89a2f67cc7ebec72d0 (diff) | |
download | linux-fsl-qoriq-9770b2810aafbb61bff57c39d3384448f0a7b01b.tar.xz |
i2c: mux: gpio: use gpio_set_value_cansleep()
commit 250ad590d6f12d93f4d85be305b0a598d609232e upstream.
Some gpio chips may have get/set operations that
can sleep. gpio_set_value() only works for chips
which do not sleep, for the others we will get a
kernel warning. Using gpio_set_value_cansleep()
will work for both chips that do sleep and those
who don't.
Signed-off-by: Ionut Nicu <ioan.nicu.ext@nsn.com>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpio/gpio-pcf857x.c')
0 files changed, 0 insertions, 0 deletions