From f903d7b7a80b7c3103335d506533790a322da87b Mon Sep 17 00:00:00 2001 From: Ed Lin Date: Wed, 27 Sep 2006 19:23:33 +0800 Subject: [PATCH] [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-format-patch failed