Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Nov 2002 22:52:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Nov 2002 22:52:44 -0500 Received: from air-2.osdl.org ([65.172.181.6]:13548 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Wed, 27 Nov 2002 22:52:43 -0500 Date: Wed, 27 Nov 2002 21:48:54 -0600 (CST) From: Patrick Mochel X-X-Sender: To: Martin Waitz cc: Linux Kernel Mailing List Subject: Re: [PATCH] allow to register interfaces after devices In-Reply-To: <20021126212239.GA1118@admingilde.org> 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: 794 Lines: 26 On Tue, 26 Nov 2002, Martin Waitz wrote: > hi :) > > > i had a problem some of my code that registered a interface for cpu_devclass > was being run after cpu devices got added to the class. > > current code only adds those devices to the interface that are > added after registering the interface. > this patch changes it by walking all devices that are already registered > to intf->devclass. Yeah, the interface code has a lot of crap in it. Thanks for the patch; I'll integrate it, and be making more changes on top of it. Thanks, -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/