linux/drivers/of
Dan Carpenter aa08e30cb7 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>
2020-01-27 14:51:15 +01:00
..
unittest-data of/unittest: Fix I2C bus unit-address error 2019-11-20 18:47:00 +01:00
address.c
base.c of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC 2019-11-20 18:46:06 +01:00
device.c
dynamic.c
fdt_address.c
fdt.c
irq.c
Kconfig
kobj.c
Makefile
of_mdio.c of: mdio: Fix a signedness bug in of_phy_get_and_connect() 2020-01-27 14:51:15 +01:00
of_net.c
of_numa.c
of_private.h
of_reserved_mem.c
overlay.c of: overlay: add_changeset_property() memory leak 2019-12-17 20:35:56 +01:00
pdt.c
platform.c
property.c
resolver.c
unittest.c of: unittest: fix memory leak in attach_node_and_children 2019-12-17 20:36:04 +01:00