[PATCH 03/46] dev_printk and new-style class devices

2007-04-27 Thread Greg Kroah-Hartman
From: Jean Delvare <[EMAIL PROTECTED]> As the new-style class devices (as opposed to old-style struct class_device) are becoming more widely used, I noticed that the dev_printk-based functions are not working properly with these. New-style class devices have no driver nor bus, almost by definition

dev_printk and new-style class devices

2007-03-09 Thread Jean Delvare
Hi Greg, all, As the new-style class devices (as opposed to old-style struct class_device) are becoming more widely used, I noticed that the dev_printk-based functions are not working properly with these. New-style class devices have no driver nor bus, almost by definition, and as a result dev_dri