mfd: sm501: Avoid implicit sign extension
authorLee Jones <lee.jones@linaro.org>
Mon, 18 Aug 2014 15:11:27 +0000 (16:11 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:34 +0000 (08:15 +0100)
commit5f114ebcee681b011e8b5bcd2b24169b85286050
treef4bdd1b8272e550c80f72fc1a442a8839c83450a
parent8a012ff9d8723fdf7ea242f0f41703eed7365b79
mfd: sm501: Avoid implicit sign extension

Suspicious implicit sign extension where 'reg' (unsigned char) is
promoted in reg << clksrc to int, then sign-extended to unsigned
long. If reg << clksrc is greater than 0x7FFFFFFF, the upper bits
of the result will all be 1.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sm501.c
This page took 0.024985 seconds and 5 git commands to generate.