diff options
Diffstat (limited to 'drivers/video/cg6.c')
-rw-r--r-- | drivers/video/cg6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cg6.c b/drivers/video/cg6.c index f070ec3b0f0a..70781fea092a 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/cg6.c | |||
@@ -624,7 +624,7 @@ static void cg6_init_fix(struct fb_info *info, int linebytes) | |||
624 | default: | 624 | default: |
625 | cg6_cpu_name = "i386"; | 625 | cg6_cpu_name = "i386"; |
626 | break; | 626 | break; |
627 | }; | 627 | } |
628 | if (((conf >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK) >= 11) { | 628 | if (((conf >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK) >= 11) { |
629 | if (info->fix.smem_len <= 0x100000) | 629 | if (info->fix.smem_len <= 0x100000) |
630 | cg6_card_name = "TGX"; | 630 | cg6_card_name = "TGX"; |