summaryrefslogtreecommitdiffstats
path: root/sound/isa/cs423x/cs4236.c
diff options
context:
space:
mode:
authorBjorn Helgaas2006-03-27 11:17:04 +0200
committerLinus Torvalds2006-03-27 18:44:53 +0200
commitf301ae6a690abe7edd2f92fa6df0b1b06986a6ad (patch)
tree7ba628b3d11143589c2c9242120a5f18278d70ac /sound/isa/cs423x/cs4236.c
parent[PATCH] pnp: parport: adjust pnp_register_driver signature (diff)
downloadkernel-qcow2-linux-f301ae6a690abe7edd2f92fa6df0b1b06986a6ad.tar.gz
kernel-qcow2-linux-f301ae6a690abe7edd2f92fa6df0b1b06986a6ad.tar.xz
kernel-qcow2-linux-f301ae6a690abe7edd2f92fa6df0b1b06986a6ad.zip
[PATCH] pnp: mpu401: adjust pnp_register_driver signature
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. This patch: Remove the assumption that pnp_register_driver() returns the number of devices claimed. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Adam Belay <ambx1@neo.rr.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/isa/cs423x/cs4236.c')
0 files changed, 0 insertions, 0 deletions