[SCSI] ses: show devices for enclosures with no page 7
authorJohn Hughes <john@Calva.COM>
Wed, 4 Nov 2009 18:01:22 +0000 (19:01 +0100)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 23 Mar 2011 16:35:57 +0000 (11:35 -0500)
commit877a55979c189c590e819a61cbbe2b7947875f17
tree8d16554228cd8b710c885fcaaa48b592bd8e24e5
parent4bbba111d94781d34081c37856bbc5eb33f6c72a
[SCSI] ses: show devices for enclosures with no page 7

enclosure page 7 gives us the "pretty" names of the enclosure slots.
Without a page 7, we can still use the enclosure code as long as we
make up numeric names for the slots. Unfortunately, the current code
fails to add any devices because the check for page 10 is in the wrong
place if we have no page 7.  Fix it so that devices show up even if
the enclosure has no page 7.

Cc: stable@kernel.org
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/ses.c