]> git.baikalelectronics.ru Git - kernel.git/commit
net: netcp: Fix ethss driver probe issue
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 18 Feb 2019 20:10:51 +0000 (15:10 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Feb 2019 01:49:24 +0000 (17:49 -0800)
commitbf3130bb9cad45d64fb6ee53aa891b2fbd6192b1
tree51242a6615795e24aeb821d59f19d3ce561fa15d
parentb68c133e32a2b60135835ac5c807c97e498b7e0d
net: netcp: Fix ethss driver probe issue

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: 8a6309c0c2b0 ("net: ethernet: Convert to using %pOFn instead of device_node.name")
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/netcp_core.c