Commit e35bf9b4 authored by Gargi Sharma's avatar Gargi Sharma Committed by Greg Kroah-Hartman

staging: xgifb: remove blank line before closing brace

delete blank line before '}' to fix the checkpatch issue Blank lines
aren't necessary before a closing brace '}'.
Signed-off-by: default avatarGargi Sharma <gs051095@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4d09a438
...@@ -1677,7 +1677,6 @@ static unsigned char XGI_GetVCLKPtr(unsigned short RefreshRateTableIndex, ...@@ -1677,7 +1677,6 @@ static unsigned char XGI_GetVCLKPtr(unsigned short RefreshRateTableIndex,
if (!(modeflag & Charx8Dot)) if (!(modeflag & Charx8Dot))
tempal = TVCLKBASE_315 + tempal = TVCLKBASE_315 +
HiTVTextVCLK; HiTVTextVCLK;
} }
return tempal; return tempal;
} }
...@@ -2244,7 +2243,6 @@ static void XGI_XG21BLSignalVDD(unsigned short tempbh, unsigned short tempbl, ...@@ -2244,7 +2243,6 @@ static void XGI_XG21BLSignalVDD(unsigned short tempbh, unsigned short tempbl,
/* CR B4[1] */ /* CR B4[1] */
xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~0x02, temp); xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~0x02, temp);
} }
temp = xgifb_reg_get(pVBInfo->P3d4, 0x48); temp = xgifb_reg_get(pVBInfo->P3d4, 0x48);
...@@ -2273,7 +2271,6 @@ static void XGI_XG27BLSignalVDD(unsigned short tempbh, unsigned short tempbl, ...@@ -2273,7 +2271,6 @@ static void XGI_XG27BLSignalVDD(unsigned short tempbh, unsigned short tempbl,
/* CR B4[1] */ /* CR B4[1] */
xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~0x02, temp); xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~0x02, temp);
} }
xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~tempbh0, tempbl0); xgifb_reg_and_or(pVBInfo->P3d4, 0xB4, ~tempbh0, tempbl0);
...@@ -2308,7 +2305,6 @@ static void XGI_DisplayOn(struct xgifb_video_info *xgifb_info, ...@@ -2308,7 +2305,6 @@ static void XGI_DisplayOn(struct xgifb_video_info *xgifb_info,
/* DVO/DVI signal on */ /* DVO/DVI signal on */
XGI_XG21BLSignalVDD(0x20, 0x20, pVBInfo); XGI_XG21BLSignalVDD(0x20, 0x20, pVBInfo);
} }
} }
if (pXGIHWDE->jChipType == XG27) { if (pXGIHWDE->jChipType == XG27) {
...@@ -2328,7 +2324,6 @@ static void XGI_DisplayOn(struct xgifb_video_info *xgifb_info, ...@@ -2328,7 +2324,6 @@ static void XGI_DisplayOn(struct xgifb_video_info *xgifb_info,
/* DVO/DVI signal on */ /* DVO/DVI signal on */
XGI_XG27BLSignalVDD(0x20, 0x20, pVBInfo); XGI_XG27BLSignalVDD(0x20, 0x20, pVBInfo);
} }
} }
} }
...@@ -4128,7 +4123,6 @@ static void XGI_SetGroup4(unsigned short ModeIdIndex, ...@@ -4128,7 +4123,6 @@ static void XGI_SetGroup4(unsigned short ModeIdIndex,
if (pVBInfo->VBInfo & (SetCRT2ToTV | SetCRT2ToHiVision)) { if (pVBInfo->VBInfo & (SetCRT2ToTV | SetCRT2ToHiVision)) {
if (pVBInfo->VGAHDE > 800) if (pVBInfo->VGAHDE > 800)
xgifb_reg_or(pVBInfo->Part4Port, 0x1E, 0x08); xgifb_reg_or(pVBInfo->Part4Port, 0x1E, 0x08);
} }
temp = 0x0036; temp = 0x0036;
...@@ -4404,7 +4398,6 @@ static void xgifb_set_lvds(struct xgifb_video_info *xgifb_info, ...@@ -4404,7 +4398,6 @@ static void xgifb_set_lvds(struct xgifb_video_info *xgifb_info,
inb(pVBInfo->P3da); /* reset 3da */ inb(pVBInfo->P3da); /* reset 3da */
} }
} }
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */
......
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