summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mcde/mcde_dsi.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-05-26 13:36:24 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-05-26 13:42:23 +0200
commit182c58ab2e5b654c2ffd1e959311173cb3bc70b1 (patch)
tree35f0d3b8d294411bf57bb7b5580bdafc58b39b52 /drivers/gpu/drm/mcde/mcde_dsi.c
parent95b608044fe0ea128133fdf6ee4c999d5165f7af (diff)
drm/mcde: Fix compile problems
Some further compile problems appeared while merging the patch, fix them up. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190526113624.6702-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/mcde/mcde_dsi.c')
-rw-r--r--drivers/gpu/drm/mcde/mcde_dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mcde/mcde_dsi.c b/drivers/gpu/drm/mcde/mcde_dsi.c
index 456b43482448..07f7090d08b3 100644
--- a/drivers/gpu/drm/mcde/mcde_dsi.c
+++ b/drivers/gpu/drm/mcde/mcde_dsi.c
@@ -191,7 +191,7 @@ static ssize_t mcde_dsi_host_transfer(struct mipi_dsi_host *host,
}
dev_dbg(d->dev,
- "message to channel %d, %u bytes",
+ "message to channel %d, %zd bytes",
msg->channel,
txlen);