Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information