diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-02-25 14:36:12 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-27 21:53:44 +0100 |
commit | 5f2ebfbee68872762ad76f735277ed7afa074d76 (patch) | |
tree | 9b1d24eda2cfcd0ae10e8e9839baa26433c07fd0 /drivers/vhost | |
parent | rocker: add a check for NULL in rocker_probe_ports() (diff) | |
download | linux-5f2ebfbee68872762ad76f735277ed7afa074d76.tar.xz linux-5f2ebfbee68872762ad76f735277ed7afa074d76.zip |
rocker: silence shift wrapping warning
"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
31 ports. Still we may as well silence the warning even if it's not a
real bug.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Acked-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions