aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-06-09 09:21:08 -0400
committerDave Airlie <airlied@redhat.com>2014-06-09 19:35:42 -0400
commit10d9b4ed3077df3288daff730173939fdf7d3183 (patch)
tree89352ba92f6f265998dea9f9d6d51dcb8bdbd2e4 /drivers/gpu/drm/gma500
parent597486164e4da173be643107b5d15da88f0d689a (diff)
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')
-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 489ffd2c66e5..87885d8c06e8 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)
148 break; 148 break;
149 case BIT(14): 149 case BIT(14):
150 /*wait for all fifo empty*/ 150 /*wait for all fifo empty*/
151 /*wait_for_all_fifos_empty(sender)*/; 151 /*wait_for_all_fifos_empty(sender)*/
152 break; 152 break;
153 case BIT(15): 153 case BIT(15):
154 dev_dbg(sender->dev->dev, "No Action required\n"); 154 dev_dbg(sender->dev->dev, "No Action required\n");