commit | 73e211e11be86715d66bd3c9d38b3c34b05fca9a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Sep 25 13:59:11 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 27 10:17:22 2019 +0200 |
tree | 2506e70922113c09c300c9e80e0f844058ccbc90 | |
parent | f10210517a2f37feea2edf85eb34c98977265c16 [diff] |
net: axienet: fix a signedness bug in probe The "lp->phy_mode" is an enum but in this context GCC treats it as an unsigned int so the error handling is never triggered. Fixes: ee06b1728b95 ("net: axienet: add support for standard phy-mode binding") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>