Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1716366
| From | Romain Perier <romain.perier@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] net: stmmac: phy logging fixes |
| Date | 2017-08-21 13:50 +0200 |
| Message-ID | <ugTnr-3Rl-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/2] net: stmmac: phy logging fixes Romain Perier <romain.perier@collabora.com> - 2017-08-21 13:50 +0200
csiph-web