From: James Bottomley Date: Mon, 15 Aug 2005 21:13:19 +0000 (-0500) Subject: [SCSI] fix transport class corner case after rework X-Git-Tag: v2.6.14-rc1~522^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd8bb7647e908e8654e565fa289b0300f9f8fa7;p=pandora-kernel.git [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 --- Reading git-diff-tree failed