]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: console: Fix early_put_chars usage
authorFrançois Diakhaté <fdiakh@gmail.com>
Tue, 23 Mar 2010 12:53:15 +0000 (18:23 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 8 Apr 2010 00:16:15 +0000 (09:46 +0930)
commit183e5c88e151c6fcd290de98a98fcd0176e6d7a0
tree981e061b36efce8383e8f4334f48aba44c214fc4
parent5711fe53c3fd24370f617b7e28d022e19fe99d70
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>
drivers/char/virtio_console.c