From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] swarm: use struct ide_port_info Date: Tue, 10 Jun 2008 19:36:22 +0200 Message-ID: <200806101936.23181.bzolnier@gmail.com> References: <200806082010.35429.bzolnier@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from mu-out-0910.google.com ([209.85.134.190]:26534 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755115AbYFJTPp (ORCPT ); Tue, 10 Jun 2008 15:15:45 -0400 Received: by mu-out-0910.google.com with SMTP id w8so1893375mue.1 for ; Tue, 10 Jun 2008 12:15:42 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Maciej W. Rozycki" Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Sunday 08 June 2008, Maciej W. Rozycki wrote: > On Sun, 8 Jun 2008, Bartlomiej Zolnierkiewicz wrote: > > > Convert the driver to use struct ide_port_info. > > > > There should be no functional changes caused by this patch. > > > > Cc: Maciej W. Rozycki > > Signed-off-by: Bartlomiej Zolnierkiewicz > > --- > > Acked-by: Maciej W. Rozycki > > Verified to work correctly on my system, thanks. Thanks, I added Acked-by: + Tested-by: to the patch. > > + .host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA, > > You could have saved one here. ;) Well, yes but it matches other host drivers (which need two s). :) Bart