From: Stefan Richter Date: Thu, 28 Dec 2006 18:57:49 +0000 (+0100) Subject: ieee1394: sbp2: pass REQUEST_SENSE through to the target X-Git-Tag: v2.6.20-rc3~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2bb550c4a10c44e99fe469cfaee81e2e3109994;p=pandora-kernel.git ieee1394: sbp2: pass REQUEST_SENSE through to the target Delete some incorrect code, left over from the initial driver submission in March 2001. SBP-2 targets should provide sense data via the SBP-2 status block (autosense). We have to pass the REQUEST_SENSE command through to targets which don't implement autosense, if there are any, and to accomodate application clients which use this command. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed