diff options
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r-- | drivers/video/tcx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 1f3a3271f3dd..7fb2d696fac7 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c | |||
@@ -232,7 +232,7 @@ tcx_blank(int blank, struct fb_info *info) | |||
232 | 232 | ||
233 | case FB_BLANK_POWERDOWN: /* Poweroff */ | 233 | case FB_BLANK_POWERDOWN: /* Poweroff */ |
234 | break; | 234 | break; |
235 | }; | 235 | } |
236 | 236 | ||
237 | sbus_writel(val, &thc->thc_misc); | 237 | sbus_writel(val, &thc->thc_misc); |
238 | 238 | ||
@@ -434,7 +434,7 @@ static int tcx_probe(struct platform_device *op) | |||
434 | default: | 434 | default: |
435 | j = i; | 435 | j = i; |
436 | break; | 436 | break; |
437 | }; | 437 | } |
438 | par->mmap_map[i].poff = op->resource[j].start; | 438 | par->mmap_map[i].poff = op->resource[j].start; |
439 | } | 439 | } |
440 | 440 | ||