commit | afbb68c35f4bdf0964d88e9e005e6f62ba57d134 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Oct 02 21:55:36 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:53:45 2007 -0400 |
tree | 2805842e1971132ee56cc133d0e800a00b414698 | |
parent | 9d0e96eba19e9973a1c21ddd1fdbc049b231bf3b [diff] |
[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 <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>