]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
libata: xfer_mask is unsigned long not unsigned int
authorTejun Heo <htejun@gmail.com>
Tue, 27 Nov 2007 10:43:42 +0000 (19:43 +0900)
committerJeff Garzik <jeff@garzik.org>
Wed, 23 Jan 2008 10:24:12 +0000 (05:24 -0500)
commit7dc951aefdc1dc20228691b04867fb6195864d67
treeb2c3c1213831593feaf16c9fdc0c88f26d3c10f2
parent9d3501ab962b1506d93974faf8509251b4a85fbc
libata: xfer_mask is unsigned long not unsigned int

Jeff says xfer_mask is unsigned long not unsigned int.  Convert all
xfermask fields and handling functions to deal with unsigned longs.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c
include/linux/libata.h