[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)
commit8410725333088643f49371396e727cc1e41ccfb5
tree6ca13dcab5e459ac79294ea8f50ac8f1caa5d459
parent2031941502339d548cd51bf34e6ebb8bc3bb2d89
[media] s3c-camif: Fix incorrect variable type

'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>
drivers/media/platform/s3c-camif/camif-core.h