commit | 2eab80ac0c96fb98267afeb12a4899801564c75b | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Nov 29 12:20:26 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Sun Dec 03 17:56:22 2006 +0900 |
tree | 0e808a2b5c0ffa72c2f2c3e2a008b8d94f2dc7fa | |
parent | c972b60bf167a3d2c3da23df2af1eac93229e7cc [diff] |
[PATCH] libata: kill unnecessary sht->max_sectors initializations sht->max_sectors is overrided unconditionally in ->slave_configure. There's no reason to set it to any value. Signed-off-by: Tejun Heo <htejun@gmail.com>