-
由 Brian Norris 提交于
chip->pagebuf is a 32-bit type (int), so the shift will only be applied as 32-bit. Fix this for 64-bit safety. Caught by Coverity. Signed-off-by: NBrian Norris <computersforpeace@gmail.com>537ab1bd
chip->pagebuf is a 32-bit type (int), so the shift will only be applied
as 32-bit. Fix this for 64-bit safety.
Caught by Coverity.
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>