From: Ed Lin Date: Wed, 27 Sep 2006 11:23:33 +0000 (+0800) Subject: [SCSI] stex: cancel unused field in struct req_msg X-Git-Tag: v2.6.19-rc1~4^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f903d7b7a80b7c3103335d506533790a322da87b;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed