Becides the issues already brought up... On Wed, May 12, 2004 at 04:38:03PM +0200, Bj?rn Mork wrote: > + if (!it87_find(&addr)) { > + printk("it87.o: new ISA address: 0x%04x\n", addr); That printk is wrong (no KERN_ level, or dev_printk() style use). Please fix it in your next revision of this patch. thanks, greg k-h