viafb: replace inb/outb
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 17 Apr 2010 19:44:54 +0000 (19:44 +0000)
committerJonathan Corbet <corbet@lwn.net>
Fri, 7 May 2010 23:17:39 +0000 (17:17 -0600)
commit384c3041aeaf77d299b0d4a62481850fed86e53b
tree9be5fb948e7d4aa6c35d874ede023b64a582cbe8
parent100e74a150d3a31d4c12658c926429ceb880d2f7
viafb: replace inb/outb

viafb: replace inb/outb

This patch replaces occurences of inb/outb with via_write_reg and
via_write_reg_mask where this is possible to improve code
readability.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/via/hw.c