OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 13... Line 13...
13 /* Clears any pending interrupts */ 13 /* Clears any pending interrupts */
14 int (*ack_interrupt)(struct phy_device *phydev); 14 int (*ack_interrupt)(struct phy_device *phydev);
Line 15... Line 15...
15 15
16 --- a/drivers/net/phy/phy_device.c 16 --- a/drivers/net/phy/phy_device.c
17 +++ b/drivers/net/phy/phy_device.c 17 +++ b/drivers/net/phy/phy_device.c
18 @@ -1455,6 +1455,9 @@ int genphy_update_link(struct phy_device 18 @@ -1458,6 +1458,9 @@ int genphy_update_link(struct phy_device
19 { 19 {
Line 20... Line 20...
20 int status; 20 int status;
21 21