summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2019-09-25 13:55:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-29 10:21:49 +0100
commit3b8fdd22f5bcf2db7457432a6f7524355bb6ef5f (patch)
treede75cd54bc1567871b63274b9dd02e2f6c7147b5 /scripts/stackusage
parentc362201c51b92b382798a06c610ea599aff00673 (diff)
net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()
[ Upstream commit 002dfe8085255b7bf1e0758c3d195c5412d35be9 ] 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: 57c5bc9ad7d7 ("net: hisilicon: add hix5hd2 mac driver") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions