Re: [PATCH] net: dwmac-sun8i: fix a missing check of of_get_phy_mode

From: David Miller
Date: Tue Mar 12 2019 - 17:54:47 EST


From: Kangjie Lu <kjlu@xxxxxxx>
Date: Tue, 12 Mar 2019 02:50:40 -0500

> of_get_phy_mode may fail and return a negative error code;
> the fix checks the return value of of_get_phy_mode and
> returns -EINVAL of it fails.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxx>

Applied.