29 Mar
2018
29 Mar
'18
11:11 a.m.
On Thu, 29 Mar 2018 11:03:19 +0200, Dan Carpenter wrote:
We recently made "format" a u64 variable so now static checkers complain that this shift will wrap around if format is more than 31. I don't think it makes a difference for runtime, but it's simple to silence the warning.
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
Applied now. Thanks.
Takashi