commit | 07633b5d0723ce2ec31262e1096dcf61311bf078 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed May 14 16:17:00 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon May 19 17:30:32 2008 -0400 |
tree | d7df0c597f64b23d684e9cc492c8ee803acf21a2 | |
parent | 06aaca3f6301d04463b1ee0eb75c0352147159f2 [diff] |
ata: remove FIT() macro Use the kernel-provided clamp_val() macro. FIT was always applied to a member of struct ata_timing (unsigned short) and two constants. clamp_val will not cast to short anymore. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Jeff Garzik <jeff@garzik.org> Cc: Tejun Heo <htejun@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>