[SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmnd
authorBoaz Harrosh <bharrosh@panasas.com>
Wed, 12 Mar 2008 17:20:09 +0000 (19:20 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 13 Mar 2008 21:47:05 +0000 (16:47 -0500)
commite92e63aabacf049fd64477e5e29eae0375d8d064
treebc3ec57a46bc2bbcfd337e58a6be44620870fa80
parent4b6f5b3a993cbe34b4280f252bccc76967c185c8
[SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmnd

Since the separation of sense_buffer from scsi_cmnd, Drivers that hack their
own struct scsi_cmnd like here isd200, must also take care of their own
sense_buffer.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/usb/storage/isd200.c