Re: Bug with (maybe not *in*) sysfs

Patrick Mochel (mochel@osdl.org)
Sun, 23 Feb 2003 13:14:14 -0600 (CST)


Thanks for the debug output and backtrace - that's really helpful. :)

> bus pci: add driver ips
>
> kobject ips: registering. parent: <NULL>, set: drivers
>
> bus pci: add driver ips
>
> kobject ips: registering. parent: <NULL>, set: drivers
>
> Badness in kobject_register at lib/kobject.c:152
>
> Call Trace:

[...]

This is typically caused by the same object being added twice at the same
level in the hierarchy, which appears to be happening. Is the ips driver
calling pci_register_driver() twice?

-pat

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/