i2c: mux: gpio: use gpio_set_value_cansleep()
authorIonut Nicu <ioan.nicu.ext@nsn.com>
Fri, 11 Oct 2013 12:17:10 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2013 18:55:50 +0000 (10:55 -0800)
commitd9d317655d19d5cb583333e5643b0ada4ef5b48e
tree3ad88c836b8b8ecdc4a1ea304ec4d573d7e0dd37
parent12ea4499abf3cabc3dcea7efed13d15b99930405
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>
drivers/i2c/muxes/i2c-mux-gpio.c