[COMMON] media: smfc: fix reversed order in printing index and value
authorCho KyongHo <pullip.cho@samsung.com>
Thu, 14 May 2015 13:19:29 +0000 (22:19 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:30:58 +0000 (14:30 +0900)
commit294b2b9a135917cfd8d9597a75d7082a7fc34d49
tree7cf244b27976fd621647f8c88b9ce578061e8a13
parent4e418cd7dd0e325fa1eb51cfedb48a2acc36981c
[COMMON] media: smfc: fix reversed order in printing index and value

.buf_prepare() shows "Too small bytes_used[11985408]=0..." if
bytes_used in v4l2_buffer is smaller than the required buffer size
according to the image format configured with s_fmt. But the value in
the bracket should be the plane index and the value after equal sign
should be the value stored in .bytes_used.

Change-Id: I4697c5e8474db2b4291ac0a41dd928899c0cc183
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc.c