drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq
authorAndrzej Hajda <[email protected]>
Mon, 19 May 2014 10:54:10 +0000 (12:54 +0200)
committerInki Dae <[email protected]>
Sun, 1 Jun 2014 17:07:12 +0000 (02:07 +0900)
commitb0e08823ca5345a5e4188d3abced1dc2565cc66c
treea92d50692407f3d8d1a1e9f695c0c101e78093d7
parent72d465aabccfc0ab8d27858b9d83967313bf02a9
drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq

fimc_dst_get_buf_seq returns number of buffers
so the name should be fimc_dst_get_buf_count.
Function body has been simplified.

Signed-off-by: Andrzej Hajda <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_fimc.c