Re: Subject: [RFC][PATCH 04/11] stmmac: fix breakage in stmmac_hw_setup()

2018-01-25 Thread Niklas Cassel
On Tue, Jan 9, 2018 at 3:02 AM, David Miller wrote: > From: Al Viro > Date: Fri, 05 Jan 2018 19:31:58 + > >> Since "drivers: net: stmmac: reworking the PCS code" ->pcs_ctrl_ane() >> had been taking iomem address to access as the first argument; its

Re: Subject: [RFC][PATCH 04/11] stmmac: fix breakage in stmmac_hw_setup()

2018-01-08 Thread David Miller
From: Al Viro Date: Fri, 05 Jan 2018 19:31:58 + > Since "drivers: net: stmmac: reworking the PCS code" ->pcs_ctrl_ane() > had been taking iomem address to access as the first argument; its > predecessor (->ctrl_ane()) used to take struct mac_device_info instead. > >

Subject: [RFC][PATCH 04/11] stmmac: fix breakage in stmmac_hw_setup()

2018-01-05 Thread Al Viro
Since "drivers: net: stmmac: reworking the PCS code" ->pcs_ctrl_ane() had been taking iomem address to access as the first argument; its predecessor (->ctrl_ane()) used to take struct mac_device_info instead. One of the callers had not been converted; as the result, instead of reading and