> > + printk(KERN_ERR "twl4030_usb: i2c write failed," > > + "line %d\n", __LINE__); > > The second line has no log level defined. Change it to: > printk(KERN_ERR "twl4030_usb: i2c write failed," > KERN_ERR "line %d\n", __LINE__); No, don't change. But do add the missing space after the comma. The message should not come out as "... failed,<3>line..." - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html