Files
linux/drivers/of
Dan Carpenter c959f3298b of: mdio: Fix a signedness bug in of_phy_get_and_connect()
[ Upstream commit d7eb651212 ]

The "iface" variable is an enum and in this context GCC treats it as
an unsigned int so the error handling is never triggered.

Fixes: b786241253 ("of_mdio: Abstract a general interface for phy connect")
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>
2023-05-15 16:46:50 +09:00
..
2016-09-16 09:34:14 +01:00
2016-09-23 09:35:16 +02:00
2014-11-04 13:29:38 +00:00