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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/9] PNP: adjust pnp_register_driver signature
- From: Adam Belay <[email protected]>
- [PATCH 8/9] cs4232: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 7/9] IRDA: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 9/9] PNP: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 6/9] i8042: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 5/9] ns558: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 4/9] opl3sa2: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 2/9] mpu401: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 3/9] cs4236: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- [PATCH 1/9] parport: adjust pnp_register_driver signature
- From: Bjorn Helgaas <[email protected]>
- Re: [PATCH 0/9] PNP: adjust pnp_register_driver signature
- Prev by Date: Memory overcommit and locked pages
- Next by Date: Re: [PATCH 0/7] isdn4linux: add drivers for Siemens Gigaset ISDN DECT PABX
- Previous by thread: Memory overcommit and locked pages
- Next by thread: [PATCH 1/9] parport: adjust pnp_register_driver signature
- Index(es):