> Sorry, but pr_err is defined as follows: > > #define pr_err(fmt, ...) \ > printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) > > You should not add KERN_INFO. > > Hi, i missed that one :( let me resend a fixed version sorry, John