scsi-bus: remove overlapping entry
commit832a226b62c6bf75c57ec3ae4d6964923d2aabcd
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 30 Jul 2012 17:46:06 +0000 (30 17:46 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 9 Aug 2012 18:34:57 +0000 (9 18:34 +0000)
treeb88095c06d402078e3be3784ac479dc764b90037
parenta1e64eb96cfa6b9ddf947487347e5a2ca139629f
scsi-bus: remove overlapping entry

LOAD_UNLOAD and START_STOP have same value, so the table
entry is initialized twice. Spotted by Clang compiler.

Remove LOAD_UNLOAD entry since START_STOP entry already
represents both.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/scsi-bus.c