diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index e1c7611e9144cdcd0d6b50d0acf284da77a0a4d7..78c9736c3579beba974dc546cbd4bfbe8298bcf4 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 ) else pBuf += sprintf( pBuf, "." ); } - sprintf( pBuf, "\n" ); - // SPrint(prntBuf); - printk(prntBuf); + printk("%s\n", prntBuf); count += col; pBuf = prntBuf; }