[SCSI] tmscsim: Further clean-up of the driver
- The saved sg_count was a leftover from the time the driver was doing dma mapping by himself. But now that scsi-ml is called for the mapping it is not the drivers responsibility. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Acked-by: G. Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
cde760856c
commit
0ab179bcf3
@ -57,7 +57,6 @@ u8 SGcount;
|
||||
|
||||
u8 MsgCnt;
|
||||
u8 EndMessage;
|
||||
u8 SavedSGCount;
|
||||
|
||||
u8 MsgInBuf[6];
|
||||
u8 MsgOutBuf[6];
|
||||
|
Reference in New Issue
Block a user