Re: [PATCH] net: netcp: Fix ethss driver probe issue

From: David Miller
Date: Mon Feb 18 2019 - 20:50:52 EST


From: Murali Karicheri <m-karicheri2@xxxxxx>
Date: Mon, 18 Feb 2019 15:10:51 -0500

> Recent commit below has introduced a bug in netcp driver that causes
> the ethss driver probe failure and thus break the networking function
> on K2 SoCs such as K2HK, K2L, K2E etc. This patch fixes the issue to
> restore networking on the above SoCs.
>
> Fixes: 21c328dcecfc ("net: ethernet: Convert to using %pOFn instead of device_node.name")
> Signed-off-by: Murali Karicheri <m-karicheri2@xxxxxx>

Applied and queued up for -stable, thanks.