Re: [PATCH 4/12] smc911x: PRINT_PKT doesnt count on odd remainder

2006-09-13 Thread Francois Romieu
[EMAIL PROTECTED] <[EMAIL PROTECTED]> : [...] > @@ -202,6 +202,7 @@ > b = *buf++; > printk("%02x%02x ", a, b); > } > + if (remainder & 1) printk("%02x", *buf); printk should be on the next line. -- Ueimor - To unsubscribe from this list: send the line "unsub

[PATCH 4/12] smc911x: PRINT_PKT doesnt count on odd remainder

2006-09-13 Thread bora . sahin
PRINT_PKT doesnt count on odd remainder... Signed-off-by: Bora Sahin <[EMAIL PROTECTED]> Index: linux-2.6.18-rc4/drivers/net/smc911x.c === --- linux-2.6.18-rc4.orig/drivers/net/smc911x.c 2006-08-06 21:20:11.0 +0300 +++ linu