diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-06-25 18:53:22 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-07-02 13:18:01 +0200 |
commit | fa12fbbecefc6f9bf20374daa275a598096d113c (patch) | |
tree | c0fa0f87f351a01164bdc59e8b59d2ddd5502ce7 /blockdev.h | |
parent | fa66b909f382619da15f8c7e323145adfa94fdac (diff) |
ide: Make it explicit that ide_create_drive() can't fail
All callers of ide_create_drive() ignore its value. Currently
harmless, because it fails only when qdev_init() fails, which fails
only when ide_drive_initfn() fails, which never fails.
Brittle. Change it to die instead of silently ignoring failure.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'blockdev.h')
0 files changed, 0 insertions, 0 deletions