]> Pileus Git - ~andy/linux/blobdiff - drivers/video/controlfb.c
Merge branch 'perf/fast' into perf/core
[~andy/linux] / drivers / video / controlfb.c
index 7b2c40abae15b21e5ba26f460d809c216fb8e30a..0c189b32a4c5429f632bb812a784b9a4f8868607 100644 (file)
@@ -420,7 +420,7 @@ static int __init init_control(struct fb_info_control *p)
 
        /* Try to pick a video mode out of NVRAM if we have one. */
 #ifdef CONFIG_NVRAM
-       if (default_cmode == CMODE_NVRAM){
+       if (default_cmode == CMODE_NVRAM) {
                cmode = nvram_read_byte(NV_CMODE);
                if(cmode < CMODE_8 || cmode > CMODE_32)
                        cmode = CMODE_8;