diff options
| author | David S. Miller <davem@davemloft.net> | 2023-02-26 18:31:37 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-02-26 18:31:37 +0000 |
| commit | 5f79f12c08a4ddf5f00eb736e156020dbb0489a9 (patch) | |
| tree | 7d200cb18ef585bfe9bcffa72d7e7bdb05c96040 /include | |
| parent | 3fa10563361eb4e998f8916d274a2afdbce3fc19 (diff) | |
| parent | ef1a99c65edb504c509a5c4aa865830867df6e7b (diff) | |
Merge branch 'net-ocelot-switch-regressions'
Vladimir Oltean says:
====================
Regressions in Ocelot switch drivers
These are 3 patches which resolve a regression in the Seville driver,
one in the Felix driver and a generic one which affects any kernel
compiled with 2 Kconfig options enabled. All of them have in common my
lack of attention during review/testing. The patches touch the DSA, MFD
and MDIO drivers for Ocelot. I think it would be preferable if all
patches went through netdev (with Lee's Ack).
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mdio/mdio-mscc-miim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mdio/mdio-mscc-miim.h b/include/linux/mdio/mdio-mscc-miim.h index 5b4ed2c3cbb9..1ce699740af6 100644 --- a/include/linux/mdio/mdio-mscc-miim.h +++ b/include/linux/mdio/mdio-mscc-miim.h @@ -14,6 +14,6 @@ int mscc_miim_setup(struct device *device, struct mii_bus **bus, const char *name, struct regmap *mii_regmap, - int status_offset); + int status_offset, bool ignore_read_errors); #endif |
