]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ACPIPHP: prevent duplicate slot numbers when no _SUN
authorKristen Accardi <kristen.c.accardi@intel.com>
Wed, 28 Jun 2006 07:09:54 +0000 (03:09 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 28 Jun 2006 07:09:54 +0000 (03:09 -0400)
commit95b38b3f453c16de0f8cddcde3e71050bbfb37b9
tree54893468b8335c88135ab01d580f0d1f87abf2f2
parent2b85e1307fe3a84eca2e1a21c6c857359908dab4
ACPIPHP: prevent duplicate slot numbers when no _SUN

Dock bridges generally do not implement _SUN, yet show up as ejectable
slots.  If you have more than one ejectable slot that does not implement
SUN, with the current code you will get duplicate slot numbers.  So, if
there is no _SUN, use the current count of the number of slots found
instead.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/pci/hotplug/acpiphp_glue.c