Harvey Harrison d6cddd3cac ide: eliminate FIT() macro
Replace the FIT() macro with the kernel-provided clamp_val() macro.

FIT was always being called with a member of a struct ide_timing,
which are shorts, and constant constraints for the min and max.

Thus we can use clamp_val, rather than clamp_t.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-07-15 21:21:41 +02:00
..
2008-07-15 21:21:40 +02:00
2008-07-15 21:21:41 +02:00
2008-07-15 21:21:41 +02:00
2008-07-05 20:30:51 +02:00
2008-06-30 20:13:31 +02:00
2008-04-28 23:44:42 +02:00
2008-04-26 22:25:24 +02:00