media: fimc-capture: get rid of two warnings
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Mar 2018 12:54:22 +0000 (08:54 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Mar 2018 12:56:36 +0000 (08:56 -0400)
commit6ccd228e0cfce2a4f44558422d25c60fcb1a6710
tree4488078055aed3d98f4b3b96321fc1ea8f12a7a1
parent0d2a531d00a36e378fce570cb96dbddee1f825f7
media: fimc-capture: get rid of two warnings

Smatch produces two warnings when building this file:
./arch/x86/include/asm/bitops.h:433:22: warning: asm output is not an lvalue
./arch/x86/include/asm/bitops.h:433:22: warning: asm output is not an lvalue

On some asm instructions.

I suspect that those asm instructions might not be producing the
right code, so, better to use two intermediate vars, get rid of
the warnings and of the risk of producing a wrong code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/exynos4-is/fimc-capture.c