]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: ehci-tegra: remove redundant gpio_set_value
authorStephen Warren <swarren@nvidia.com>
Mon, 30 Apr 2012 23:24:10 +0000 (17:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 15:53:24 +0000 (08:53 -0700)
commit174c50cdb6104cb3c3bc1f4ff00ad20881ab00b7
treea8cf048faf5f43be48c0f6b7f426450069beb9a6
parent8d46d2d5b370506514616dd64d4e1b836ad4469f
USB: ehci-tegra: remove redundant gpio_set_value

commit 04c235c92ce8474e9f2b358bd97f013a500385f2 upstream.

The immediately preceding gpio_direction_output() already set the value,
so there's no need to repeat it. This also prevents gpio_set_value() from
WARNing when the GPIO is sleepable (e.g. is on an I2C expander); the set
direction API is always sleepable, but plain set_value isn't.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-tegra.c