On 09/07/2015 11:50 PM, Alexey Brodkin wrote:
Current implementation via IS_ERR(phydev) may make no sense because of_phy_attach() returns NULL on failure instead of error value.
Not of_phy_connect()?
Still for checking result of phy_connect() IS_ERR() is useful. To address both situations we use combined IS_ERR_OR_NULL() check. Cc: Giuseppe Cavallaro <peppe.cavall...@st.com> Cc: linux-ker...@vger.kernel.org Cc: sta...@vger.kernel.org Cc: David Miller <da...@davemloft.net> Cc: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Signed-off-by: Alexey Brodkin <abrod...@synopsys.com>
MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html