Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 13 Nov 2002 17:20:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 13 Nov 2002 17:20:23 -0500 Received: from air-2.osdl.org ([65.172.181.6]:65152 "EHLO doc.pdx.osdl.net") by vger.kernel.org with ESMTP id ; Wed, 13 Nov 2002 17:20:20 -0500 Date: Wed, 13 Nov 2002 14:27:10 -0800 From: Bob Miller To: trivial@rustcorp.com.au Cc: linux-kernel@vger.kernel.org Subject: [TRIVIAL PATCH 2.5.47] Remove compile warning from scsi/scsi.c Message-ID: <20021113222709.GB3336@doc.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 728 Lines: 20 diff -Nru a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c --- a/drivers/scsi/scsi.c Wed Nov 13 14:09:57 2002 +++ b/drivers/scsi/scsi.c Wed Nov 13 14:09:57 2002 @@ -1985,7 +1985,7 @@ up_read(&scsi_devicelist_mutex); return 0; -fail: +/* XXX fail: */ printk(KERN_ERR "%s: Allocation failure during SCSI scanning, " "some SCSI devices might not be configured\n", __FUNCTION__); -- Bob Miller Email: rem@osdl.org Open Source Development Lab Phone: 503.626.2455 Ext. 17 - 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/