summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-06-09 13:21:08 (GMT)
committerDave Airlie <airlied@redhat.com>2014-06-09 23:35:42 (GMT)
commit10d9b4ed3077df3288daff730173939fdf7d3183 (patch)
tree89352ba92f6f265998dea9f9d6d51dcb8bdbd2e4 /drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
parent597486164e4da173be643107b5d15da88f0d689a (diff)
downloadlinux-10d9b4ed3077df3288daff730173939fdf7d3183.tar.xz
drm: Remove spurious ';'
One small step after another, the never-ending crusade towards better code continues. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c')
-rw-r--r--drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
index 489ffd2..87885d8 100644
--- a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
+++ b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
@@ -148,7 +148,7 @@ static int handle_dsi_error(struct mdfld_dsi_pkg_sender *sender, u32 mask)
break;
case BIT(14):
/*wait for all fifo empty*/
- /*wait_for_all_fifos_empty(sender)*/;
+ /*wait_for_all_fifos_empty(sender)*/
break;
case BIT(15):
dev_dbg(sender->dev->dev, "No Action required\n");