linux-next: manual merge of the net-next tree with the net tree

2 messages, 2 authors, 2015-05-21 · open the first message on its own page

linux-next: manual merge of the net-next tree with the net tree

From: Stephen Rothwell <hidden>
Date: 2015-05-21 02:59:35

Hi all,

Today's linux-next merge of the net-next tree got a conflict in
drivers/net/phy/phy.c between commit c15e10e71ce3 ("net: phy: Make sure
phy_start() always re-enables the phy interrupts") from the net tree
and commit 3e2186e02112 ("net: phy: Add state machine state transitions
debug prints") from the net-next tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/phy/phy.c
index 47cd578052fc,1457ecf75dcc..000000000000
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@@ -783,7 -794,8 +808,8 @@@ void phy_state_machine(struct work_stru
  	struct delayed_work *dwork = to_delayed_work(work);
  	struct phy_device *phydev =
  			container_of(dwork, struct phy_device, state_queue);
 -	bool needs_aneg = false, do_suspend = false, do_resume = false;
 +	bool needs_aneg = false, do_suspend = false;
+ 	enum phy_state old_state;
  	int err = 0;
  
  	mutex_lock(&phydev->lock);

Re: linux-next: manual merge of the net-next tree with the net tree

From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2015-05-21 03:29:49

2015-05-20 19:59 GMT-07:00 Stephen Rothwell [off-list ref]:
Hi all,

Today's linux-next merge of the net-next tree got a conflict in
drivers/net/phy/phy.c between commit c15e10e71ce3 ("net: phy: Make sure
phy_start() always re-enables the phy interrupts") from the net tree
and commit 3e2186e02112 ("net: phy: Add state machine state transitions
debug prints") from the net-next tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).
Looks correct to me, thanks Stephen!
quoted hunk
--
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/phy/phy.c
index 47cd578052fc,1457ecf75dcc..000000000000
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@@ -783,7 -794,8 +808,8 @@@ void phy_state_machine(struct work_stru
        struct delayed_work *dwork = to_delayed_work(work);
        struct phy_device *phydev =
                        container_of(dwork, struct phy_device, state_queue);
 -      bool needs_aneg = false, do_suspend = false, do_resume = false;
 +      bool needs_aneg = false, do_suspend = false;
+       enum phy_state old_state;
        int err = 0;

        mutex_lock(&phydev->lock);


-- 
Florian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help