Home
last modified time | relevance | path

Searched hist:"3 e1949d77463b062a4f8d380128abb7854f4907b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c3e1949d77463b062a4f8d380128abb7854f4907b Thu Oct 08 04:19:30 UTC 2015 Bin Meng <bmeng.cn@gmail.com> net: phy: Change to print all phys that are not found

In get_phy_device_by_mask(), when no phy is found, currently we only
print a message to show the first phy address that is not found. But
this is not always the case as multiple phys can be specified by
phy_mask. Change to print all phys that are not found, and to reduce
the console boot log, change to use 'debug' instead of 'printf'.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>