Skip to content
Commit 96aacede authored by Antoine Tenart's avatar Antoine Tenart Committed by David S. Miller
Browse files

net: spider_net: avoid using signed char for bitops



Signedness bugs may occur when using signed char for bitops,
depending on if the highest bit is ever used.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f6a6701
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment