commit | b3e51069627e2b9439757590d7b82be0d22c7779 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Nov 16 20:09:41 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 17 13:30:30 2016 -0500 |
tree | 0381779a4613d9c4e80d9588f6704065ebc1703e | |
parent | de9a2165a576ca262d8cb68d8c9c016b8ab3678f [diff] |
net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart As sugested by Joe Perches, we could replace all if (netif_msg_type(priv)) dev_xxx(priv->devices, ...) by the simpler macro netif_xxx(priv, hw, priv->dev, ...) Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>