From: Andy Shevchenko <andriy.shevche...@linux.intel.com> Date: Wed, 27 Feb 2019 13:37:26 +0300
> 1 << 31 is Undefined Behaviour according to the C standard. > Use U type modifier to avoid theoretical overflow. > > Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Applied, thanks Andy.