commit | 832a226b62c6bf75c57ec3ae4d6964923d2aabcd | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Jul 30 17:46:06 2012 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Aug 09 18:34:57 2012 +0000 |
tree | b88095c06d402078e3be3784ac479dc764b90037 | |
parent | a1e64eb96cfa6b9ddf947487347e5a2ca139629f [diff] |
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>