Files
linux-apfs/drivers/mfd
Lee Jones 5f114ebcee 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>
2014-09-26 08:15:34 +01:00
..
2014-03-19 08:58:37 +00:00
2014-06-19 15:23:36 +02:00
2014-01-21 08:28:08 +00:00