]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] fimc-lite: Fix the variable type to avoid possible crash
authorShaik Ameer Basha <shaik.ameer@samsung.com>
Thu, 21 Feb 2013 10:54:17 +0000 (07:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 21:22:43 +0000 (18:22 -0300)
commit6a5360966ac44905ecb840dd6c9d736072145df2
treece4b0706a4671abdc9300d6d2e34bc583c29f2f9
parent4cec1893d8fe01ef6adc89a135a804acd2989a48
[media] fimc-lite: Fix the variable type to avoid possible crash

Changing the variable type to 'int' from 'unsigned int'. Driver
logic expects the variable type to be 'int'.

Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-fimc/fimc-lite-reg.c