commit | 17b42a20d7ca59377788c6a2409e77569570cc10 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <atsushi.nemoto@sord.co.jp> | Mon Jan 21 17:26:41 2019 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 22 17:44:57 2019 -0800 |
tree | 7385866f2eb5edd4efd62ce2e7853fe363a5baac | |
parent | 5d9bf43357d5b0ef386bcaa2cafb94898364ff7d [diff] |
net: altera_tse: fix connect_local_phy error path The connect_local_phy should return NULL (not negative errno) on error, since its caller expects it. Signed-off-by: Atsushi Nemoto <atsushi.nemoto@sord.co.jp> Acked-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>