diff options
author | Dan Carpenter <[email protected]> | 2019-09-25 14:05:24 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-09-27 10:20:36 +0200 |
commit | 1a4b62a0b8a3b81eca24366f63e214a7144b9f02 (patch) | |
tree | 11ee966af036023fe3298e3ea60595154c0b26f9 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | d7eb651212fdbafa82d485d8e76095ac3b14c193 (diff) |
net: nixge: Fix a signedness bug in nixge_probe()
The "priv->phy_mode" is an enum and in this context GCC will treat it
as an unsigned int so it can never be less than zero.
Fixes: 492caffa8a1a ("net: ethernet: nixge: Add support for National Instruments XGE netdev")
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions