summaryrefslogtreecommitdiff
path: root/drivers/video/tcx.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 23:23:24 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-30 11:34:52 (GMT)
commitcf6ac4ce1bdf2d0718d5f33d62f695e105706a5d (patch)
treede89eea61af262c879bfbc872346523497b1ce5f /drivers/video/tcx.c
parent9e210be68a396da0f1d030289c323f1785f29d33 (diff)
downloadlinux-fsl-qoriq-cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d.tar.xz
video: Remove unnecessary semicolons
These aren't necessary after switch, for, and if blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r--drivers/video/tcx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c
index 1f3a327..7fb2d69 100644
--- a/drivers/video/tcx.c
+++ b/drivers/video/tcx.c
@@ -232,7 +232,7 @@ tcx_blank(int blank, struct fb_info *info)
case FB_BLANK_POWERDOWN: /* Poweroff */
break;
- };
+ }
sbus_writel(val, &thc->thc_misc);
@@ -434,7 +434,7 @@ static int tcx_probe(struct platform_device *op)
default:
j = i;
break;
- };
+ }
par->mmap_map[i].poff = op->resource[j].start;
}