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

2019-02-18 Thread David Miller
From: Murali Karicheri 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 o

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

2019-02-18 Thread Murali Karicheri
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 usin