Commit 4759e824 authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman
Browse files

Staging: xgifb: fix braces {} are not necessary for any arm of this statement



Fix checkpatch.pl issues with braces {} are not necessary
for any arm of this statement in vb_setmode.c

Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cf975772
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -845,12 +845,11 @@ static unsigned short XGI_GetVCLK2Ptr(unsigned short ModeIdIndex,
			VCLKIndex = TVCLKBASE_315_25 + HiTVVCLK;

		if (pVBInfo->SetFlag & TVSimuMode) {
			if (modeflag & Charx8Dot) {
			if (modeflag & Charx8Dot)
				VCLKIndex = TVCLKBASE_315_25 + HiTVSimuVCLK;
			} else {
			else
				VCLKIndex = TVCLKBASE_315_25 + HiTVTextVCLK;
		}
		}

		/* 301lv */
		if (pVBInfo->VBType & VB_SIS301LV) {