On Thu, Jul 17, 2008 at 11:33:30AM +0200, Ingo Molnar wrote:
Well, it's pretty easy oops unless I misread something.
It happened on not nforce2 motherboard, right?
nforce2_init will just register PCI driver,
no matching PCI ids => nforce2_set_reference() isn't called =>
nforce2_smbus stays NULL.
Second module loads and tries to i2c_smbus_xfer(NULL, ) in module_init()
hook which oopses.
--