Messages in this thread |  | | | Date | Sun, 08 Feb 2009 15:16:44 +0100 | | From | Frank Seidel <> | | Subject | Re: [PATCH] i2c: add missing KERN_* constants to printks |
| |
Jean Delvare schrieb: > + printk(KERN_DEBUG); > for (i = 0; i < i2c->irqlogidx; i++) > printk("[%08x:%08x] ", i2c->isrlog[i], i2c->icrlog[i]); > printk("\n");
I changed it a bit to have the loglevel at the real beginning of the line.
Thanks, Frank
|  |