]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Feb 2015 05:42:44 +0000 (16:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Feb 2015 05:49:29 +0000 (16:19 +1030)
commit5b40a7daf51812b35cf05d1601a779a7043f8414
treea3eead92bf39f83467547136cc597dd0003d3715
parente68c48f97547979c91de04b487d79dc0d3be7015
virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.

I noticed this with the console device.  It's not *wrong*, just a bit
weird.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio.c