drm/msm/dsi: Fix a couple more 64-bit build warnings
authorStephane Viau <sviau@codeaurora.org>
Thu, 30 Apr 2015 14:39:26 +0000 (10:39 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 14 May 2015 15:19:51 +0000 (11:19 -0400)
commit981371f326235e07e33f62b4196d1e04603f6a49
tree1b57d0252c18b2189830f13caf17bedcb91ca7a0
parentfc99f97af2f79be02c5045c9a02c50bdcc0c8ff8
drm/msm/dsi: Fix a couple more 64-bit build warnings

Avoid such errors at compilation time:
format '%d' expects argument of type 'int', but argument 3 has type 'size_t'

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
drivers/gpu/drm/msm/dsi/dsi_host.c