From: James Bottomley Date: Wed, 6 Feb 2008 19:01:58 +0000 (-0600) Subject: [SCSI] sr: fix test unit ready responses X-Git-Tag: v2.6.25-rc1~285^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38582a62ecd337de4212004c7d4844899dc57890;p=pandora-kernel.git [SCSI] sr: fix test unit ready responses Commit 210ba1d1724f5c4ed87a2ab1a21ca861a915f734 updated sr.c to use the scsi_test_unit_ready() function. Unfortunately, this has the wrong characteristic of eating NOT_READY returns which sr.c relies on for tray status. Fix by rolling an internal sr_test_unit_ready() that doesn't do this. Tested-by: Daniel Drake Signed-off-by: James Bottomley --- Reading git-diff-tree failed