pnp: fix "add acpi:* modalias entries"
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 21 Aug 2008 13:28:56 +0000 (15:28 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Aug 2008 17:15:39 +0000 (10:15 -0700)
commit5e4c6564c95ce127beeefe75e15cd11c93487436
tree4f76a9bb0402eb7c057dd80aa8393e2d3dc3d021
parentc767db0ab4bc85f06119f2b42369e31b29991f16
pnp: fix "add acpi:* modalias entries"

With 22454cb99fc39f2629ad06a7eccb3df312f8830e we added only the
first entry of the device table. We need to loop over the whole
device list.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
scripts/mod/file2alias.c