On Tue, 10 Jun 2008 11:02:50 +0100, Ben Dooks wrote: > On Tue, Jun 10, 2008 at 11:31:19AM +0200, Uli Luckas wrote: > > Just changing the initcall to subsys really did the trick. I thought, this > > was > > the first thing I tried and I thought it crashed my device. But obviousely > > I > > had some other problem. > > If Russell gives his Ack, could this be pushed upstream through i2c? > > Does this work if the code is built as a module?
subsys_initcall degrades to module_init in modules, so Uli's patch doesn't change anything in that case. > BTW, if people do have these sort of dependencies, then modules > are another way of sorting out the load order, unless you have > the module autoload enabled. -- Jean Delvare _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
