stmmac: dity-up and rework the driver debug levels
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Tue, 2 Jul 2013 12:12:36 +0000 (14:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2013 23:04:53 +0000 (16:04 -0700)
Prior this patch, the internal debugging was based on ifdef
and also some printk were useless because many info are exposed
via ethtool.
This patch remove all the ifdef defines and now we only use
netif_msg_XXX levels.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found