On Sat, 2008-01-12 at 20:58 +0100, Rafael J. Wysocki wrote: > On Friday, 4 of January 2008, Meelis Roos wrote: > > Todays git gives the following warning during bootup on a Intel 845+PATA > > PC (using libata to drive PATA): > > > > Driver 'sd' needs updating - please use bus_type methods > > Driver 'sr' needs updating - please use bus_type methods > > They are due to commit 751bf4d7865e4ced406be93b04c7436d866d3684, AFAICS, and > they don't mean anything wrong. Yes ... SCSI actually is actually using the bus_type methods. The issue is that we need to cascade the removes so we're using the driver remove method for this. The warning appears if you have both a bus_type remove and a driver remove (and a host of other duplicate methods), I think because if the bus_type method is set, the driver method won't be called. However, we've taken all this into account and our bus type remove calls into the driver remove itself ... unfortunately there seems to be no way to persuade the driver core we know what we're doing. James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html