[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170821114530.13706-1-romain.perier@collabora.com>
Date: Mon, 21 Aug 2017 13:45:28 +0200
From: Romain Perier <romain.perier@...labora.com>
To: Giuseppe Cavallaro <peppe.cavallaro@...com>,
Alexandre Torgue <alexandre.torgue@...com>,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Romain Perier <romain.perier@...labora.com>
Subject: [PATCH v2 0/2] net: stmmac: phy logging fixes
This set of patches fixes issues related to logging. First it delete old
code that is no longer used in stmmac_mdio_register(). Then, it fixes a
crash that happens when phydev->drv is NULL and phy_attached_info() is
called prior phy_driver is binded to phydev.
Changes in v2:
- Fixed wording in commit message
- "commit" not needed in the "Fixes" tag
Romain Perier (2):
net: stmmac: Delete dead code for MDIO registration
net: phy: Don't use drv when it is NULL in phy_attached_print
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 16 ----------------
drivers/net/phy/phy_device.c | 13 +++++++++++--
2 files changed, 11 insertions(+), 18 deletions(-)
--
2.11.0
Powered by blists - more mailing lists