]> git.baikalelectronics.ru Git - kernel.git/commit
PNP: set IRQ index in sysfs "set irq" interface
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 12 May 2008 21:02:18 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:24 +0000 (08:02 -0700)
commit0f3f96dd1e8930a83fbb2b93d278f610ad2d22cd
treea81305462f73c5d6a6077e21ab3e2b32a8be13aa
parent916db305c6a5d42e3d5ef7e0da6b6d2e4749c685
PNP: set IRQ index in sysfs "set irq" interface

We have to set the ISAPNP register index when setting an IRQ via the sysfs
interface.  We already do it for IO, MEM, and DMA resources; I just missed the
IRQ one.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pnp/interface.c