commit | ebd8bb7647e908e8654e565fa289b0300f9f8fa7 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Mon Aug 15 16:13:19 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sun Aug 28 11:14:06 2005 -0500 |
tree | a2afebb1cdcb6309e2d1bc5e8c39e7895ade9236 | |
parent | 975f24bdc7d3833875309509abbc7da2b2a28234 [diff] |
[SCSI] fix transport class corner case after rework 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>