[PATCH 08/14] ARM: LPC32XX: Phytec 3250 platform support

Kevin Wells kevin.wells at nxp.com
Tue Feb 16 14:43:06 EST 2010


> > +
> > +	gpio_request(LCD_POWER_GPIO, "LCD power");
> > +	gpio_direction_output(LCD_POWER_GPIO, 1);
> > +	gpio_request(BKL_POWER_GPIO, "LCD backlight power");
> > +	gpio_direction_output(BKL_POWER_GPIO, 1);
> I'd check the return values of the gpio_... functions.
> 

I'll get all the comments installed and get an updated set of
patches up this week.




More information about the linux-arm-kernel mailing list