[SCSI] stex: cancel unused field in struct req_msg
authorEd Lin <ed.lin@promise.com>
Wed, 27 Sep 2006 11:23:33 +0000 (19:23 +0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 1 Oct 2006 20:05:38 +0000 (15:05 -0500)
commitf903d7b7a80b7c3103335d506533790a322da87b
tree4d508211d1644a92141b5500a64f3e817773235d
parent80c6e3c0b5eb855b69270658318f5ccf04d7b1ff
[SCSI] stex: cancel unused field in struct req_msg

The payload_sz field in struct req_msg is not big enough to indicate
the size of req_msg, as its type is u8.
It is confirmed that this field is not used by firmware, so cancel
it here.

Signed-off-by: Ed Lin <ed.lin@promise.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/stex.c