Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 25 Aug 2002 06:52:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 25 Aug 2002 06:52:09 -0400 Received: from swazi.realnet.co.sz ([196.28.7.2]:47544 "HELO netfinity.realnet.co.sz") by vger.kernel.org with SMTP id ; Sun, 25 Aug 2002 06:52:07 -0400 Date: Sun, 25 Aug 2002 13:13:00 +0200 (SAST) From: Zwane Mwaikambo X-X-Sender: zwane@linux-box.realnet.co.sz To: Gerald Teschl Cc: linux-kernel@vger.kernel.org, Subject: Re: [PATCH] ad1848 infinite loop fix In-Reply-To: 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: 872 Lines: 29 > --- linux-2.4.19/drivers/sound/ad1848.c.orig Sat Aug 24 23:19:54 2002 > +++ linux-2.4.19/drivers/sound/ad1848.c Sat Aug 24 23:20:58 2002 > @@ -3058,7 +3058,7 @@ > else > printk(KERN_INFO "ad1848: Failed to initialize %s\n", > devname); > > - return 0; > + return -ENODEV; > } > > static int __init ad1848_isapnp_probe(struct address_info *hw_config) This will break the isapnp probe in ad1848, the problem could possibly be elsewhere. You have to be a bit careful when changing the return values of functions in some of the older OSS code. Zwane -- function.linuxpower.ca - 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/