aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sysimgblt.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 16:23:24 -0700
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-30 13:34:52 +0200
commitcf6ac4ce1bdf2d0718d5f33d62f695e105706a5d (patch)
treede89eea61af262c879bfbc872346523497b1ce5f /drivers/video/sysimgblt.c
parentsimplefb: use write-combined remapping (diff)
downloadlinux-dev-cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d.tar.xz
linux-dev-cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d.zip
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,
}
shift += bpp;
shift &= (32 - 1);
- if (!l) { l = 8; s++; };
+ if (!l) { l = 8; s++; }
}
/* write trailing bits */