From: Hannes Reinecke Date: Thu, 18 Jun 2009 07:57:18 +0000 (+0200) Subject: sd, sr: fix Driver 'sd' needs updating message X-Git-Tag: v2.6.31-rc1~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b391277a56b9eaaff4474339c703e574ed7fab5b;p=pandora-kernel.git sd, sr: fix Driver 'sd' needs updating message If a SCSI ULD driver sets blk_queue_prep_rq(), it should clean it up itself on remove(), and not from the bus callbacks. This removes the need to hook into bus->remove(), which should not be used at the same time as driver->remove(). [jejb: fix sdkp initialisation problem due to mismerge] Signed-off-by: Hannes Reinecke Signed-off-by: Kay Sievers Signed-off-by: James Bottomley --- Reading git-diff-tree failed