mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
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: Ebru Akagunduz <ebru.akagunduz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf975772ad
commit
4759e82481
@ -845,11 +845,10 @@ static unsigned short XGI_GetVCLK2Ptr(unsigned short ModeIdIndex,
|
|||||||
VCLKIndex = TVCLKBASE_315_25 + HiTVVCLK;
|
VCLKIndex = TVCLKBASE_315_25 + HiTVVCLK;
|
||||||
|
|
||||||
if (pVBInfo->SetFlag & TVSimuMode) {
|
if (pVBInfo->SetFlag & TVSimuMode) {
|
||||||
if (modeflag & Charx8Dot) {
|
if (modeflag & Charx8Dot)
|
||||||
VCLKIndex = TVCLKBASE_315_25 + HiTVSimuVCLK;
|
VCLKIndex = TVCLKBASE_315_25 + HiTVSimuVCLK;
|
||||||
} else {
|
else
|
||||||
VCLKIndex = TVCLKBASE_315_25 + HiTVTextVCLK;
|
VCLKIndex = TVCLKBASE_315_25 + HiTVTextVCLK;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 301lv */
|
/* 301lv */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user