summaryrefslogtreecommitdiff
path: root/drivers/video/sbuslib.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/sbuslib.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/sbuslib.c')
-rw-r--r--drivers/video/sbuslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c
index 296afae442f4..a350209ffbd3 100644
--- a/drivers/video/sbuslib.c
+++ b/drivers/video/sbuslib.c
@@ -186,7 +186,7 @@ int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg,
}
default:
return -EINVAL;
- };
+ }
}
EXPORT_SYMBOL(sbusfb_ioctl_helper);