mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
Drivers: video: controlfb: fixed a brace coding style issue
Fixed a brace coding style issue. Signed-off-by: Zac Storer <zac.3.14159@gmail.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
parent
97cab45583
commit
5345010cc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue