diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2016-11-16 20:09:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-17 19:30:30 +0100 |
commit | b3e51069627e2b9439757590d7b82be0d22c7779 (patch) | |
tree | 0381779a4613d9c4e80d9588f6704065ebc1703e /net/rds | |
parent | net: stmmac: replace hardcoded function name by __func__ (diff) | |
download | linux-b3e51069627e2b9439757590d7b82be0d22c7779.tar.xz linux-b3e51069627e2b9439757590d7b82be0d22c7779.zip |
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>
Diffstat (limited to 'net/rds')
0 files changed, 0 insertions, 0 deletions