aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sis/initextlfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sis/initextlfb.c')
-rw-r--r--drivers/video/sis/initextlfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sis/initextlfb.c b/drivers/video/sis/initextlfb.c
index 9dec64da4015..3ab18f5a3759 100644
--- a/drivers/video/sis/initextlfb.c
+++ b/drivers/video/sis/initextlfb.c
@@ -65,7 +65,7 @@ sisfb_mode_rate_to_dclock(struct SiS_Private *SiS_Pr, unsigned char modeno,
65 } 65 }
66#endif 66#endif
67 67
68 if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) {; 68 if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) {
69 printk(KERN_ERR "Could not find mode %x\n", ModeNo); 69 printk(KERN_ERR "Could not find mode %x\n", ModeNo);
70 return 65000; 70 return 65000;
71 } 71 }