From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [patch 3/9] libata: xfer_mask is unsigned int not unsigned long Date: Mon, 17 Dec 2007 18:44:25 -0800 Message-ID: <20071217184425.1b6dc8c0.akpm@linux-foundation.org> References: <200712140001.lBE01dxT025432@imap1.linux-foundation.org> <476722B9.5080601@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:40086 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbXLRCog (ORCPT ); Mon, 17 Dec 2007 21:44:36 -0500 In-Reply-To: <476722B9.5080601@garzik.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jeff Garzik Cc: linux-ide@vger.kernel.org, htejun@gmail.com On Mon, 17 Dec 2007 20:30:33 -0500 Jeff Garzik wrote: > akpm@linux-foundation.org wrote: > > From: Tejun Heo > > > > 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. > > > > [akpm@linux-foundation.org: fix types] > > Signed-off-by: Tejun Heo > > Signed-off-by: Andrew Morton > > --- > > > > drivers/ata/libata-sff.c | 5 +++-- > > drivers/ata/pata_acpi.c | 2 +- > > drivers/ata/pata_ali.c | 2 +- > > drivers/ata/pata_amd.c | 10 +++++----- > > drivers/ata/pata_hpt366.c | 2 +- > > drivers/ata/pata_hpt37x.c | 4 ++-- > > drivers/ata/pata_pdc2027x.c | 4 ++-- > > drivers/ata/pata_scc.c | 2 +- > > drivers/ata/pata_serverworks.c | 4 ++-- > > include/linux/libata.h | 9 +++++---- > > 10 files changed, 23 insertions(+), 21 deletions(-) > > patch is outdated... > What does this mean??