aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sysimgblt.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 19:23:24 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-30 07:34:52 -0400
commitcf6ac4ce1bdf2d0718d5f33d62f695e105706a5d (patch)
treede89eea61af262c879bfbc872346523497b1ce5f /drivers/video/sysimgblt.c
parent9e210be68a396da0f1d030289c323f1785f29d33 (diff)
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/sysimgblt.c')
-rw-r--r--drivers/video/sysimgblt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sysimgblt.c b/drivers/video/sysimgblt.c
index 186c6f607be2..a4d05b1b17d7 100644
--- a/drivers/video/sysimgblt.c
+++ b/drivers/video/sysimgblt.c
@@ -152,7 +152,7 @@ static void slow_imageblit(const struct fb_image *image, struct fb_info *p,
152 } 152 }
153 shift += bpp; 153 shift += bpp;
154 shift &= (32 - 1); 154 shift &= (32 - 1);
155 if (!l) { l = 8; s++; }; 155 if (!l) { l = 8; s++; }
156 } 156 }
157 157
158 /* write trailing bits */ 158 /* write trailing bits */