commit | cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Oct 08 16:23:24 2013 -0700 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 30 13:34:52 2013 +0200 |
tree | de89eea61af262c879bfbc872346523497b1ce5f | |
parent | 9e210be68a396da0f1d030289c323f1785f29d33 [diff] [blame] |
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>
diff --git a/drivers/video/sysimgblt.c b/drivers/video/sysimgblt.c index 186c6f6..a4d05b1 100644 --- a/drivers/video/sysimgblt.c +++ b/drivers/video/sysimgblt.c
@@ -152,7 +152,7 @@ } shift += bpp; shift &= (32 - 1); - if (!l) { l = 8; s++; }; + if (!l) { l = 8; s++; } } /* write trailing bits */