Delete redundant return statements at the end of void functions.

Signed-off-by: Aaro Koskinen <[email protected]>
---
 drivers/staging/xgifb/vb_setmode.c |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c 
b/drivers/staging/xgifb/vb_setmode.c
index 14528c5..93a6ed7 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -1424,8 +1424,6 @@ static void XGI_GetLCDSync(unsigned short *HSyncWidth,
        Index = XGI_GetLCDCapPtr(pVBInfo);
        *HSyncWidth = pVBInfo->LCDCapList[Index].LCD_HSyncWidth;
        *VSyncWidth = pVBInfo->LCDCapList[Index].LCD_VSyncWidth;
-
-       return;
 }
 
 static void XGI_SetLVDSRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
@@ -1688,7 +1686,6 @@ static void XGI_GetLCDVCLKPtr(unsigned char *di_0, 
unsigned char *di_1,
                        *di_1 = pVBInfo->LCDCapList[index].LCDA_VCLKData2;
                }
        }
-       return;
 }
 
 static unsigned char XGI_GetVCLKPtr(unsigned short RefreshRateTableIndex,
@@ -1883,8 +1880,6 @@ static void XGI_UpdateModeInfo(struct xgi_hw_device_info 
*HwDeviceExtension,
 
                if (!(pVBInfo->SetFlag & ReserveTVOption))
                        xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch);
-       } else {
-               return;
        }
 }
 
@@ -2757,7 +2752,6 @@ static void XGI_GetCRT2Data(unsigned short ModeNo, 
unsigned short ModeIdIndex,
 
                pVBInfo->HT = tempax;
                pVBInfo->VT = tempbx;
-               return;
        }
 }
 
@@ -3334,8 +3328,6 @@ static void XGI_SetLockRegs(unsigned short ModeNo, 
unsigned short ModeIdIndex,
                temp = 0x00;
 
        xgifb_reg_set(pVBInfo->Part1Port, 0x1A, temp); /* 0x1A SR0E */
-
-       return;
 }
 
 static void XGI_SetGroup2(unsigned short ModeNo, unsigned short ModeIdIndex,
@@ -3770,9 +3762,6 @@ static void XGI_SetGroup2(unsigned short ModeNo, unsigned 
short ModeIdIndex,
                if (!(pVBInfo->VBInfo & SetInSlaveMode))
                        xgifb_reg_set(pVBInfo->Part2Port, 0x0B, 0x00);
        }
-
-       if (pVBInfo->VBInfo & SetCRT2ToTV)
-               return;
 }
 
 static void XGI_SetLCDRegs(unsigned short ModeNo, unsigned short ModeIdIndex,
@@ -4108,8 +4097,7 @@ static void XGI_SetGroup3(unsigned short ModeNo, unsigned 
short ModeIdIndex,
                                xgifb_reg_set(pVBInfo->Part3Port, 0x28, 0x3f);
                }
        }
-       return;
-} /* {end of XGI_SetGroup3} */
+}
 
 static void XGI_SetGroup4(unsigned short ModeNo, unsigned short ModeIdIndex,
                unsigned short RefreshRateTableIndex,
@@ -4298,7 +4286,6 @@ static void XGI_SetGroup5(unsigned short ModeNo, unsigned 
short ModeIdIndex,
                        XGINew_EnableCRT2(pVBInfo);
                }
        }
-       return;
 }
 
 static void XGI_DisableGatingCRT(struct xgi_hw_device_info *HwDeviceExtension,
-- 
1.7.10.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to