]> git.baikalelectronics.ru Git - kernel.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)
commit4ab98b182c97006cc561e20fa655ac8a6e05c039
tree2608f30df177289bb9cbc6a05b817d7756eeae60
parent6b1a8658454430cb50f22a0aa592b07b6172738c
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