]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 09:38:42 +0000 (11:38 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Jul 2017 21:34:04 +0000 (23:34 +0200)
commitb9688df3cbf4bf92fa96e1cc9ff7be510e06b54b
treed6d6899965ad1075bf2411539182e4430545df14
parent576e3cc700c598487fed741ee85103373a3f69d6
drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails

phy->dev need to be set to NULL in case of generic_phy_get_by_index()
fails. Then phy->dev can be used to check if the phy is valid

Reported-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/phy/phy-uclass.c