mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
[ Upstream commit f4d7b3e23d ]
1 << 31 is Undefined Behaviour according to the C standard.
Use U type modifier to avoid theoretical overflow.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>