Re: [patch 3/9] libata: xfer_mask is unsigned int not unsigned long

2007-12-17 Thread Jeff Garzik
Andrew Morton wrote: On Mon, 17 Dec 2007 20:30:33 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: From: Tejun Heo <[EMAIL PROTECTED]> xfer_mask is unsigned int not unsigned long. Change ->mode_filter to take and return unsigned int. While at it, rename @adev of ata_pci

Re: [patch 3/9] libata: xfer_mask is unsigned int not unsigned long

2007-12-17 Thread Andrew Morton
On Mon, 17 Dec 2007 20:30:33 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > From: Tejun Heo <[EMAIL PROTECTED]> > > > > xfer_mask is unsigned int not unsigned long. Change ->mode_filter to > > take and return unsigned int. > > > > While at it, rename @adev of ata_pc

Re: [patch 3/9] libata: xfer_mask is unsigned int not unsigned long

2007-12-17 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Tejun Heo <[EMAIL PROTECTED]> xfer_mask is unsigned int not unsigned long. Change ->mode_filter to take and return unsigned int. While at it, rename @adev of ata_pci_default_filter() to @dev for consistency. [EMAIL PROTECTED]: fix types] Signed-off-by: Tejun Heo

[patch 3/9] libata: xfer_mask is unsigned int not unsigned long

2007-12-13 Thread akpm
From: Tejun Heo <[EMAIL PROTECTED]> xfer_mask is unsigned int not unsigned long. Change ->mode_filter to take and return unsigned int. While at it, rename @adev of ata_pci_default_filter() to @dev for consistency. [EMAIL PROTECTED]: fix types] Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed