commit | ac0c14d71b68ac18f03a876028e332534e1e6a3e | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Jul 06 14:37:42 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 13 17:48:17 2010 +0200 |
tree | fcac4b12f1ce11f06cd56438d27144996703bb26 | |
parent | 31f54f24bb4a507543c3732c3ac1134ca3a11687 [diff] |
virtio-pci: Check for virtio_blk_init() failure It can't actually fail now, but the next commit will change that. s390_virtio_blk_init() already checks for failure, but virtio_blk_init_pci() doesn't. Fix that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>