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

From: David Miller
Date: Thu Jun 16 2011 - 23:35:53 EST


From: Joe Perches <joe@xxxxxxxxxxx>
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@xxxxxxxxxxx>

Applied, thanks Joe.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/