diff options
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/iphase.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index e1c7611e9144..78c9736c3579 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c | |||
@@ -977,9 +977,7 @@ static void xdump( u_char* cp, int length, char* prefix ) | |||
977 | else | 977 | else |
978 | pBuf += sprintf( pBuf, "." ); | 978 | pBuf += sprintf( pBuf, "." ); |
979 | } | 979 | } |
980 | sprintf( pBuf, "\n" ); | 980 | printk("%s\n", prntBuf); |
981 | // SPrint(prntBuf); | ||
982 | printk(prntBuf); | ||
983 | count += col; | 981 | count += col; |
984 | pBuf = prntBuf; | 982 | pBuf = prntBuf; |
985 | } | 983 | } |