lkml.org 
[lkml]   [2011]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] gianfar: Use pr_<level>, netdev_<level> and netif_<level>
From
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.


\
 
 \ /
  Last update: 2011-06-17 05:37    [W:0.025 / U:1.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site