omap3: igepv2: Don't call gpio_set_value right aftergpio_direction_output
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 18 Dec 2010 02:15:07 +0000 (18:15 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Dec 2010 02:48:16 +0000 (18:48 -0800)
commit62d8e9e2613032c6c8397b554b5f789131bb3d60
treee5ecd2da0702d1175e26fdc46a7c9ca02e13afa3
parent65dd4c1626b396af839881708fdf3bc726a16f73
omap3: igepv2: Don't call gpio_set_value right aftergpio_direction_output

gpio_direction_output() has a value argument, there's no need to call
gpio_set_value() explicitly right after.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-igep0020.c