commit | 162a689a13ed61c0752726edb75427b2cd4186c1 | [log] [tgz] |
---|---|---|
author | François Diakhaté <fdiakh@gmail.com> | Tue Mar 23 18:23:15 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Apr 08 09:46:15 2010 +0930 |
tree | 981e061b36efce8383e8f4334f48aba44c214fc4 | |
parent | 9a82446bd269b130a9ac270e720e65c3843d4d0c [diff] |
virtio: console: Fix early_put_chars usage Currently early_put_chars is not used by virtio_console because it can only be used once a port has been found, at which point it's too late because it is no longer needed. This patch should fix it. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>