From: Ionut Nicu Date: Fri, 11 Oct 2013 12:17:10 +0000 (+0200) Subject: i2c: mux: gpio: use gpio_set_value_cansleep() X-Git-Tag: v3.13-rc1~43^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250ad590d6f12d93f4d85be305b0a598d609232e;p=pandora-kernel.git i2c: mux: gpio: use gpio_set_value_cansleep() 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 Acked-by: Peter Korsgaard Signed-off-by: Wolfram Sang Cc: stable@kernel.org --- Reading git-diff-tree failed