Re: [PATCH net-next v2 1/5] net: stmmac: enable clause 45 mdio support
From: David Miller <davem@davemloft.net>
Date: 2019-05-24 20:32:43
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2019-05-24 20:32:43
Also in:
lkml
From: Voon Weifeng <redacted> Date: Thu, 23 May 2019 23:32:43 +0800
+static void stmmac_mdio_c45_setup(struct stmmac_priv *priv, int phyreg,
+ u32 *val, u32 *data)
+{
+ unsigned int reg_mask = priv->hw->mii.reg_mask;
+ unsigned int reg_shift = priv->hw->mii.reg_shift;Reverse christmas tree please. Please fix this up for your entire submissions as there were several other instances of this. Thank you.