From: Boaz Harrosh Date: Mon, 5 Nov 2007 09:21:40 +0000 (+0200) Subject: [SCSI] wd7000: proper fix for boards without sg support X-Git-Tag: v2.6.25-rc1~1230^2~165 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3dd65bafcfa3338cfb4b6b7e12ff59aca0ac28;p=pandora-kernel.git [SCSI] wd7000: proper fix for boards without sg support - code used to set sg_tablesize to zero for board revision less than 6. This is no longer supported, therefore I use sg_tablesize=1 and open code the sg handling for that case. - Get rid of use of SG_NONE which will be removed soon. Signed-off-by: Boaz Harrosh Signed-off-by: James Signed-off-by: James Bottomley --- Reading git-diff-tree failed