drm/dsi: Make mipi_dsi_dcs_write() return ssize_t
authorThierry Reding <treding@nvidia.com>
Mon, 21 Jul 2014 10:22:26 +0000 (12:22 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 22 Jul 2014 07:06:16 +0000 (09:06 +0200)
This function returns the value of the struct mipi_dsi_host_ops'
.transfer() so make sure the return types are consistent.

Acked-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found