]> Pileus Git - ~andy/linux/commit
ARM: shmobile: armadillo800eva: Use gpio_set_value() to set GPIO value
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 24 Jan 2013 12:16:31 +0000 (13:16 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 28 Jan 2013 00:54:20 +0000 (09:54 +0900)
commit2173441d56e6282f79aaf1f47172e8506f27a25e
treea507e7e97774215776c669a03b71aaf7295d60df
parent0f69e708159ded249fb73f8fe40508100a2cc54e
ARM: shmobile: armadillo800eva: Use gpio_set_value() to set GPIO value

The GPIO is already configured as an output, there's no reason to use
gpio_direction_output() just to set the output value. Use
gpio_set_value() instead.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-armadillo800eva.c