projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b094961
)
net: axienet: remove stale comment of axienet_open
author
YueHaibing
<
[email protected]
>
Thu, 31 May 2018 11:51:15 +0000
(19:51 +0800)
committer
David S. Miller
<
[email protected]
>
Sun, 3 Jun 2018 14:59:32 +0000
(10:59 -0400)
axienet_open no longer return -ENODEV when PHY cannot be connected to
since commit
d7cc3163e026
("net: axienet: Support phy-less mode of operation")
Signed-off-by: YueHaibing <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
index e74e1e897864181dbaca5ed8cd57c162d1baf89e..f24f48f3380204d102b5c7a06825d57bc7a16b22 100644
(file)
--- a/
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+++ b/
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@
-900,7
+900,6
@@
static void axienet_dma_err_handler(unsigned long data);
* @ndev: Pointer to net_device structure
*
* Return: 0, on success.
- * -ENODEV, if PHY cannot be connected to
* non-zero error value on failure
*
* This is the driver open routine. It calls phy_start to start the PHY device.