From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756529AbYFLXLt (ORCPT ); Thu, 12 Jun 2008 19:11:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760174AbYFLXLI (ORCPT ); Thu, 12 Jun 2008 19:11:08 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:25204 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759690AbYFLXLB (ORCPT ); Thu, 12 Jun 2008 19:11:01 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=Hni8N5w8DpX2RHirtpvZRWseT+hHkIEaVOiw2SipWJV7potkt5GqzkGPh0bdoFYbwo iVoDG+x8nj1mQMoUbtFOQPF8VhqZDMPqcpCWV6/1YEAUk+B8R2/XjX+4PGaYpWlZncvW YNCn7PgBNFLTL4EFS91JVCIjCg4ZXYIIMRltE= From: Bartlomiej Zolnierkiewicz To: linux-ide@vger.kernel.org Cc: linuxppc-dev@ozlabs.org, Bartlomiej Zolnierkiewicz , Benjamin Herrenschmidt , linux-kernel@vger.kernel.org Date: Fri, 13 Jun 2008 01:12:43 +0200 Message-Id: <20080612231243.18335.14596.sendpatchset@localhost.localdomain> In-Reply-To: <20080612231224.18335.91182.sendpatchset@localhost.localdomain> References: <20080612231224.18335.91182.sendpatchset@localhost.localdomain> Subject: [PATCH 3/7] ide-pmac: remove bogus comment about pmac_ide_setup_device() Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Cc: Benjamin Herrenschmidt Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ide/ppc/pmac.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Index: b/drivers/ide/ppc/pmac.c =================================================================== --- a/drivers/ide/ppc/pmac.c +++ b/drivers/ide/ppc/pmac.c @@ -975,10 +975,7 @@ static const struct ide_port_info pmac_p /* * Setup, register & probe an IDE channel driven by this driver, this is - * called by one of the 2 probe functions (macio or PCI). Note that a channel - * that ends up beeing free of any device is not kept around by this driver - * (it is kept in 2.4). This introduce an interface numbering change on some - * rare machines unfortunately, but it's better this way. + * called by one of the 2 probe functions (macio or PCI). */ static int __devinit pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw)