Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262416AbTESLgN (ORCPT ); Mon, 19 May 2003 07:36:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262423AbTESLgN (ORCPT ); Mon, 19 May 2003 07:36:13 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:35790 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id S262416AbTESLgM (ORCPT ); Mon, 19 May 2003 07:36:12 -0400 Date: Mon, 19 May 2003 13:48:36 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: Paul Mackerras cc: , Subject: Re: [PATCH] Compile fix for pmac IDE driver In-Reply-To: <16072.13753.498811.834748@argo.ozlabs.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 37 Thanks Paul. I've seen this fix also in hch's pmac compilation fixes patch, so I think it will be in Linus' tree soon. -- Bartlomiej On Mon, 19 May 2003, Paul Mackerras wrote: > Bart, > > The version of drivers/ide/ppc/pmac.c in Linus' tree at the moment > doesn't compile. The one-liner below fixes it. Please apply. > > Thanks, > Paul. > > diff -urN linux-2.5/drivers/ide/ppc/pmac.c pmac-2.5/drivers/ide/ppc/pmac.c > --- linux-2.5/drivers/ide/ppc/pmac.c 2003-05-12 17:41:32.000000000 +1000 > +++ pmac-2.5/drivers/ide/ppc/pmac.c 2003-05-13 16:48:42.000000000 +1000 > @@ -721,7 +721,7 @@ > } > } > > - return NODEV; > + return 0; > } > > void __init - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/