Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 5 Aug 2002 17:45:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 5 Aug 2002 17:45:01 -0400 Received: from mail.zmailer.org ([62.240.94.4]:11992 "EHLO mail.zmailer.org") by vger.kernel.org with ESMTP id ; Mon, 5 Aug 2002 17:45:00 -0400 Date: Tue, 6 Aug 2002 00:48:35 +0300 From: Matti Aarnio To: Paul Larson Cc: davej@suse.de, lkml Subject: Re: [PATCH] 2.5.30-dj1 Message-ID: <20020805214835.GP32427@mea-ext.zmailer.org> References: <1028579086.19435.31.camel@plars.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1028579086.19435.31.camel@plars.austin.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 29 On Mon, Aug 05, 2002 at 03:24:43PM -0500, Paul Larson wrote: > Trivial fix for sym53c8xx driver breakage when > CONFIG_BROKEN_SCSI_ERROR_HANDLING is turned off. Wrong. You are trying to place your "fix" within a #define statement. No can do. > Thanks, > Paul Larson > > --- linux-dj/drivers/scsi/sym53c8xx.h Mon Aug 5 15:42:11 2002 > +++ linux-dj-symfix/drivers/scsi/sym53c8xx.h Mon Aug 5 15:41:43 2002 > @@ -89,8 +89,10 @@ > release: sym53c8xx_release, \ > info: sym53c8xx_info, \ > queuecommand: sym53c8xx_queue_command,\ > +#ifdef CONFIG_BROKEN_SCSI_ERROR_HANDLING > abort: sym53c8xx_abort, \ > reset: sym53c8xx_reset, \ > +#endif > bios_param: scsicam_bios_param, \ > can_queue: SCSI_NCR_CAN_QUEUE, \ > this_id: 7, \ > - 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/