Skip to content
Commit e885439f authored by Antoine Ténart's avatar Antoine Ténart Committed by David S. Miller
Browse files

net: pxa168_eth: 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>
Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5555dfdc
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