vgabios: Minor - make FB scroll functions look similar.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 15:54:19 +0000 (10:54 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 15:54:19 +0000 (10:54 -0500)
commit68ab041138e564aaeae159cea8b7bfc696b498d8
tree868f4ed077fc0bdcc3478e37fc58bc496208adc3
parentae6eb8f5d3c076e54709f87da8a0ba1985596cb1
vgabios: Minor - make FB scroll functions look similar.

All three scroll function variants have the same format, but those
that have an implicit character width or height of 1 have those
multiplications omitted.  Add those multiplications back in (the
compiler will optimize them away) so all the variants look similar.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgafb.c