]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitebd8bb7647e908e8654e565fa289b0300f9f8fa7
treea2afebb1cdcb6309e2d1bc5e8c39e7895ade9236
parent975f24bdc7d3833875309509abbc7da2b2a28234
[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>
drivers/base/attribute_container.c
drivers/base/transport_class.c