commit | 18bd5949e5c825f29f022b9ac46474d2e95b4eb0 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Apr 02 16:24:14 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 04 11:15:49 2018 -0400 |
tree | 7d7d653bc98f262974dea5e74a68475cc5112aee | |
parent | 861690d0543949633c97ebe9b2fcd55c27b9bda4 [diff] |
net: dsa: mt7530: Use NULL instead of plain integer We would be passing 0 instead of NULL as the rsp argument to mt7530_fdb_cmd(), fix that. Fixes: b8f126a8d543 ("net-next: dsa: add dsa support for Mediatek MT7530 switch") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>