]> git.baikalelectronics.ru Git - kernel.git/commit
net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Sep 2019 10:55:32 +0000 (13:55 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 08:01:36 +0000 (10:01 +0200)
commit839487a2e65c2e63fc58f1ea98390d548a467917
tree0c1919e93759d3572f49587bd362a329a1d36112
parent184499bbc404162d537b8dd4bb6d9cb294bf961a
net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()

The "priv->phy_mode" variable is an enum and in this context GCC will
treat it as unsigned to the error handling will never trigger.

Fixes: d46253258421 ("net: hisilicon: add hix5hd2 mac driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c