]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio: console: remove_port() should return void
authorAmit Shah <amit.shah@redhat.com>
Thu, 2 Sep 2010 12:41:47 +0000 (18:11 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Oct 2010 07:14:02 +0000 (17:44 +1030)
commit7a2853178dfba9553d58f356113f47fd582e9cc6
treef140719154ca00c80a6bc27f28fda37efe85f2d3
parentf4028119714e452f9b49377ec55e0ed1e5d1dfa4
virtio: console: remove_port() should return void

When a port is removed, we have to assume the port is gone. So a
success/failure return value doesn't make sense.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c