]> git.karo-electronics.de Git - karo-tx-linux.git/commit
virtio: rng: don't wait on host when module is going away
authorAmit Shah <amit.shah@redhat.com>
Mon, 28 May 2012 06:48:41 +0000 (12:18 +0530)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 21 Jul 2012 22:28:12 +0000 (08:28 +1000)
commit62b57af6081d03c298dc819b1a29361440648e94
tree8eda1ec801d514177fc90ce6a06ddbeb400e707d
parent5e37d54a1877b8340ec943800e0a9317dc952f30
virtio: rng: don't wait on host when module is going away

No use waiting for input from host when the module is being removed.
We're going to remove the vq in the next step anyway, so just perform
any other steps for cleanup (currently none).

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