From: Matthew Wilcox Date: Wed, 3 Oct 2007 01:55:36 +0000 (-0400) Subject: [SCSI] advansys: Make sdtr_period_tbl a pointer X-Git-Tag: v2.6.24-rc1~1290^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afbb68c35f4bdf0964d88e9e005e6f62ba57d134;p=pandora-kernel.git [SCSI] advansys: Make sdtr_period_tbl a pointer It's somewhat neater to make this a pointer to one of two tables than initialising an array in the driver. Also delete the unused AscSynIndexToPeriod and rename host_init_sdtr_index to min_sdtr_index Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed