Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Nov 2002 21:36:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Nov 2002 21:36:44 -0500 Received: from mail.michigannet.com ([208.49.116.30]:52744 "EHLO member.michigannet.com") by vger.kernel.org with ESMTP id ; Wed, 27 Nov 2002 21:36:43 -0500 Date: Wed, 27 Nov 2002 21:43:55 -0500 From: Paul To: Kernel Mailing List Cc: trivial@rustcorp.com.au Subject: [uPATCH] NCR5380.c compile fix Re: Linux v2.5.50 Message-ID: <20021128024354.GK1432@squish.home.loc> Mail-Followup-To: Paul , Kernel Mailing List , trivial@rustcorp.com.au References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 29 Linus Torvalds , on Wed Nov 27, 2002 [03:07:38 PM] said: > > Taking a small thanksgiving break, but before that here's 2.5.50. > Hi; Needed this so NCR5380.c would compile. (via pas16) Paul set@pobox.com --- 2.5.50.virgin/drivers/scsi/NCR5380.c 2002-11-12 21:18:00.000000000 -0500 +++ 2.5.50/drivers/scsi/NCR5380.c 2002-11-27 21:20:26.000000000 -0500 @@ -1477,8 +1477,8 @@ int len; unsigned long timeout; unsigned char value; - NCR5380_setup(instance); int err; + NCR5380_setup(instance); if (hostdata->selecting) { if(instance->irq != IRQ_NONE) - 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/