]> git.baikalelectronics.ru Git - kernel.git/commit
x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c
authorIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:24 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:24 +0000 (13:31 +0100)
commitf03c0cab1278272895f57c38a5d62072659efd53
tree242e5b4a24ffcc7f6b3cb63b96c2a397113af1dd
parentabd80fe28829d24e1988a3dd214a4b7ad214027d
x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c

replace outb_p() with udelay(2). This is a real ISA device so it likely
needs this particular delay.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/input/mouse/pc110pad.c