From: FUJITA Tomonori Date: Sun, 27 Jan 2008 03:41:51 +0000 (+0900) Subject: [SCSI] ncr53c8xx: fix sense_buffer access bug X-Git-Tag: v2.6.25-rc1~1140^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149d6bafc4f19784798cf5154bd1f5ff7e407194;p=pandora-kernel.git [SCSI] ncr53c8xx: fix sense_buffer access bug The commit de25deb18016f66dcdede165d07654559bb332bc changed scsi_cmnd.sense_buffer from a static array to a dynamically allocated buffer. We can't access to sense_buffer in '&cmd->sense_buffer' way. Signed-off-by: FUJITA Tomonori Signed-off-by: James Bottomley --- Reading git-diff-tree failed