From: Sylwester Nawrocki Date: Fri, 13 Jul 2012 09:03:15 +0000 (+0900) Subject: ARM: S3C24XX: Free the backlight gpio requested in Mini2440 board code X-Git-Tag: v3.6-rc1~147^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57370aed40bfb8bfd2daab2eddbdc4faa459e784;p=pandora-kernel.git ARM: S3C24XX: Free the backlight gpio requested in Mini2440 board code The backlight gpio must not be left requested in the board code, otherwise s3c24xx_led driver can't successfully claim it. So request the backlight gpio, configure it to proper state and gpio_free right away. This change is required for converting the s3c24xx_led driver to the gpiolib API. Signed-off-by: Sylwester Nawrocki Acked-by: Juergen Beisert Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed