]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dwc_eth_qos: use DWCEQOS_MSG_DEFAULT
authorRabin Vincent <rabinv@axis.com>
Mon, 29 Feb 2016 15:22:33 +0000 (16:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Mar 2016 19:57:15 +0000 (14:57 -0500)
commit016a91c64de6621e5917b2ddfe2afc0abb0a884c
tree2608f30df177289bb9cbc6a05b817d7756eeae60
parente8b0c32eae319e287d0329b4148c9a1a51525053
dwc_eth_qos: use DWCEQOS_MSG_DEFAULT

Since debug is hardcoded to 3, the defaults in the DWCEQOS_MSG_DEFAULT
macro are never used, which does not seem to be the intended behaviour
here.  Set debug to -1 like other drivers so that DWCEQOS_MSG_DEFAULT is
actually used by default.

Signed-off-by: Rabin Vincent <rabinv@axis.com>
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/synopsys/dwc_eth_qos.c