Thread (2 messages) flat view 2 messages, 2 authors, 2011-06-17

Re: [PATCH] gianfar: Use pr_<level>, netdev_<level> and netif_<level>

From: David Miller <davem@davemloft.net>
Date: 2011-06-17 03:35:48
Also in: lkml

From: Joe Perches <joe@perches.com>
Date: Tue, 14 Jun 2011 11:57:47 -0700
Use the current logging styles.

Add #define DEBUG to get same output for <foo>_dbg messages.
Convert a few bare printks to pr_err.

Fix a likely copy/paste defect where a test was done with RX values:
        if (num_rx_qs > MAX_RX_QS) {
but TX limits were emitted:
        printk(KERN_ERR "num_rx_qs(=%d) greater than MAX_RX_QS(=%d)\n",
                              num_tx_qs, MAX_TX_QS);

Signed-off-by: Joe Perches <joe@perches.com>
Applied, thanks Joe.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help