i8327: fix outb() parameter order
authorClemens Ladisch <clemens@ladisch.de>
Tue, 10 Feb 2009 08:21:07 +0000 (09:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Feb 2009 12:13:23 +0000 (13:13 +0100)
commitb52af40923fc91a12e3c7152d833e0c0c6a508f6
tree849c9c95c99eb67acd17d453874a06dde49acbfe
parentd315760ffa261c15ff92699ac6f514112543d7ca
i8327: fix outb() parameter order

In i8237A_resume(), when resetting the DMA controller, the parameters to
dma_outb() were mixed up.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
[ cleaned up the file a tiny bit. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/i8237.c