ieee1394: sbp2: pass REQUEST_SENSE through to the target
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 28 Dec 2006 18:57:49 +0000 (19:57 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 30 Dec 2006 13:26:41 +0000 (14:26 +0100)
commitb2bb550c4a10c44e99fe469cfaee81e2e3109994
tree42db53cec59a5ea56169d497ba5fd15e3ce143bf
parentcc016448b0bf0764928275d034e367753bde8162
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 <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c