Re: [PATCH net-next] qlcnic: Fix dump_skb output

2015-01-04 Thread David Miller
From: Joe Perches Date: Sat, 03 Jan 2015 17:50:16 -0800 > Use normal facilities to avoid printing each byte > on a separate line. > > Now emits at KERN_DEBUG instead of KERN_INFO. > > Signed-off-by: Joe Perches This looks fine, applied, thanks Joe. -- To unsubscribe from this list: send the l

[PATCH net-next] qlcnic: Fix dump_skb output

2015-01-03 Thread Joe Perches
Use normal facilities to avoid printing each byte on a separate line. Now emits at KERN_DEBUG instead of KERN_INFO. Signed-off-by: Joe Perches --- drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/net/eth