Re: [patch 2/2] rocker: silence shift wrapping warning
From: Jiri Pirko <jiri@resnulli.us>
Date: 2015-02-25 13:44:12
Also in:
kernel-janitors, lkml
From: Jiri Pirko <jiri@resnulli.us>
Date: 2015-02-25 13:44:12
Also in:
kernel-janitors, lkml
Wed, Feb 25, 2015 at 02:36:12PM CET, dan.carpenter@oracle.com wrote:
"val" is declared as a u64 so static checkers complain that this shift can wrap. I don't have the hardware but probably it's doesn't have over
It's a QEMU hardware, you can have it easily.
31 ports. Still we may as well silence the warning even if it's not a real bug.
It can have up to 62 ports.
Signed-off-by: Dan Carpenter <redacted>
Acked-by: Jiri Pirko <jiri@resnulli.us>