On Sunday 18 March 2007 5:18 am, Jean Delvare wrote: > > > + /* create pre-declared device nodes for new-style drivers */ > > + if (adap->id < __i2c_first_dynamic_bus_num) > > + i2c_scan_static_board_info(adap); > > You really mean adap->nr here, not adap->id? Yes. Please update your copy of the patch ... - Dave