[SCSI] fix transport class corner case after rework
authorJames Bottomley <James.Bottomley@steeleye.com>
Mon, 15 Aug 2005 21:13:19 +0000 (16:13 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Sun, 28 Aug 2005 16:14:06 +0000 (11:14 -0500)
If your transport class sets the ATTRIBUTE_CONTAINER_NO_CLASSDEVS flag,
then its configure method never gets called.  This patch fixes that so
that the configure method is called with a NULL classdev.

Also remove a spurious inverted comma in the transport_class comments.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found