Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Feb 2003 14:27:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Feb 2003 14:27:42 -0500 Received: from air-2.osdl.org ([65.172.181.6]:58561 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Sun, 23 Feb 2003 14:26:39 -0500 Date: Sun, 23 Feb 2003 13:14:14 -0600 (CST) From: Patrick Mochel X-X-Sender: To: "Martin J. Bligh" cc: linux-kernel Subject: Re: Bug with (maybe not *in*) sysfs In-Reply-To: <5480000.1046028715@[10.10.2.4]> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 765 Lines: 28 Thanks for the debug output and backtrace - that's really helpful. :) > bus pci: add driver ips > > kobject ips: registering. parent: , set: drivers > > bus pci: add driver ips > > kobject ips: registering. parent: , 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/