commit | 384c3041aeaf77d299b0d4a62481850fed86e53b | [log] [tgz] |
---|---|---|
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Apr 17 19:44:54 2010 +0000 |
committer | Jonathan Corbet <corbet@lwn.net> | Fri May 07 17:17:39 2010 -0600 |
tree | 9be5fb948e7d4aa6c35d874ede023b64a582cbe8 | |
parent | 100e74a150d3a31d4c12658c926429ceb880d2f7 [diff] |
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>