[media] s3c-camif: Fix incorrect variable type
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 30 Apr 2013 05:16:19 +0000 (02:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 May 2013 11:36:28 +0000 (08:36 -0300)
'rotation' was an 8 bit variable and hence could not have values
greater than 255. Since we need higher values, change it to 16
bit type.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found