commit | f903d7b7a80b7c3103335d506533790a322da87b | [log] [tgz] |
---|---|---|
author | Ed Lin <ed.lin@promise.com> | Wed Sep 27 19:23:33 2006 +0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Oct 01 15:05:38 2006 -0500 |
tree | 4d508211d1644a92141b5500a64f3e817773235d | |
parent | 80c6e3c0b5eb855b69270658318f5ccf04d7b1ff [diff] |
[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>