Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750985AbWCBXBc (ORCPT ); Thu, 2 Mar 2006 18:01:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750754AbWCBXBc (ORCPT ); Thu, 2 Mar 2006 18:01:32 -0500 Received: from atlrel9.hp.com ([156.153.255.214]:39324 "EHLO atlrel9.hp.com") by vger.kernel.org with ESMTP id S1750985AbWCBXBb (ORCPT ); Thu, 2 Mar 2006 18:01:31 -0500 From: Bjorn Helgaas To: Adam Belay Subject: [PATCH 0/9] PNP: adjust pnp_register_driver signature Date: Thu, 2 Mar 2006 16:01:27 -0700 User-Agent: KMail/1.8.3 Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , Matthieu Castet , Li Shaohua , Andrew Morton MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603021601.27467.bjorn.helgaas@hp.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 789 Lines: 16 This series of patches removes the assumption that pnp_register_driver() returns the number of devices claimed. Returning the count is unreliable because devices may be hot-plugged in the future. (Many devices don't support hot-plug, of course, but PNP in general does.) This changes the convention to "zero for success, or a negative error value," which matches pci_register_driver(), acpi_bus_register_driver(), and platform_driver_register(). If drivers need to know the number of devices, they can count calls to their .probe() methods. - 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/