From: Igor Grinberg Date: Wed, 9 May 2012 07:31:35 +0000 (+0300) Subject: ARM: OMAP: USB: fix warning on EHCI PHY reset path X-Git-Tag: v3.5-rc1~149^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b18389dd4fe0b178117b09d054e214297f7e677;p=pandora-kernel.git ARM: OMAP: USB: fix warning on EHCI PHY reset path When PHY reset pin is connected to a GPIO on external GPIO chip (e.g. I2C), we should not call the gpio_set_value() function, but gpio_set_value_cansleep(). Signed-off-by: Igor Grinberg Acked-by: Felipe Balbi Tested-by: Govindraj.R Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed