commit | 04c235c92ce8474e9f2b358bd97f013a500385f2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Apr 30 17:24:10 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 14:11:51 2012 -0400 |
tree | 7c53d7ef6c8f8080dd250934cd6daaf042c653d1 | |
parent | ebf20de453042c066a289b90dd14d59de03dba2f [diff] |
USB: ehci-tegra: remove redundant gpio_set_value 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. Cc: <stable@vger.kernel.org> # v3.3 Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>