module: fix broken isapnp handling in file2alias
authorOndrej Zary <linux@rainbow-software.org>
Fri, 10 Feb 2012 19:12:27 +0000 (20:12 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Feb 2012 00:32:15 +0000 (11:02 +1030)
commit0d86f65ed0b727daa06d3aa176314cd175323db6
tree45961c1d6a931cbc88512298b5e2fd38b8cd790f
parent10f296cbfe3b93188c41463fd7a53808ebdbcbe3
module: fix broken isapnp handling in file2alias

Handling of isapnp module aliases was broken by commit
626596e295d477c0fefa08cd5daa7dd011b1bb2c by changing "isapnp" string to "isa".
The code was then modified by commit
e49ce14150c64b29a8dd211df785576fa19a9858 but this bug remained.

Change the string back to "isapnp".

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
scripts/mod/file2alias.c