Commit a6755780 authored by Ben Dooks's avatar Ben Dooks

[ARM] Acer n30: Minor style and indentation fixes.

Minor style fixes.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 9a2ddb78
...@@ -84,8 +84,7 @@ static struct s3c2410_uartcfg n30_uartcfgs[] = { ...@@ -84,8 +84,7 @@ static struct s3c2410_uartcfg n30_uartcfgs[] = {
static void n30_udc_pullup(enum s3c2410_udc_cmd_e cmd) static void n30_udc_pullup(enum s3c2410_udc_cmd_e cmd)
{ {
switch (cmd) switch (cmd) {
{
case S3C2410_UDC_P_ENABLE : case S3C2410_UDC_P_ENABLE :
s3c2410_gpio_setpin(S3C2410_GPB3, 1); s3c2410_gpio_setpin(S3C2410_GPB3, 1);
break; break;
...@@ -297,6 +296,7 @@ static struct s3c2410fb_display n30_display __initdata = { ...@@ -297,6 +296,7 @@ static struct s3c2410fb_display n30_display __initdata = {
.width = 240, .width = 240,
.height = 320, .height = 320,
.pixclock = 170000, .pixclock = 170000,
.xres = 240, .xres = 240,
.yres = 320, .yres = 320,
.bpp = 16, .bpp = 16,
...@@ -314,7 +314,7 @@ static struct s3c2410fb_mach_info n30_fb_info __initdata = { ...@@ -314,7 +314,7 @@ static struct s3c2410fb_mach_info n30_fb_info __initdata = {
.displays = &n30_display, .displays = &n30_display,
.num_displays = 1, .num_displays = 1,
.default_display = 0, .default_display = 0,
.lpcsel= 0x06, .lpcsel = 0x06,
}; };
static struct platform_device *n30_devices[] __initdata = { static struct platform_device *n30_devices[] __initdata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment