akpm@xxxxxxxxxxxxxxxxxxxx wrote:
From: Harvey Harrison <harvey.harrison@xxxxxxxxx> 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@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/pata_ali.c | 10 +++---- drivers/ata/pata_amd.c | 14 ++++----- drivers/ata/pata_cypress.c | 8 ++--- drivers/ata/pata_legacy.c | 50 +++++++++++++++++------------------ drivers/ata/pata_ns87410.c | 6 ++-- drivers/ata/pata_ns87415.c | 4 +- drivers/ata/pata_qdi.c | 16 +++++------ drivers/ata/pata_via.c | 14 ++++----- drivers/ata/pata_winbond.c | 6 ++-- include/linux/libata.h | 2 - 10 files changed, 64 insertions(+), 66 deletions(-)
applied -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html