From: Zwane Mwaikambo <zwane@linuxpower.ca>
To: linux-sound@vger.kernel.org
Subject: Re: [PATCH] ad1848 infinite loop fix
Date: Sun, 25 Aug 2002 10:59:43 +0000 [thread overview]
Message-ID: <marc-linux-sound-103027318319774@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-103022452030488@msgid-missing>
> --- 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
next prev parent reply other threads:[~2002-08-25 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-24 21:26 [PATCH] ad1848 infinite loop fix Gerald Teschl
2002-08-25 10:59 ` Zwane Mwaikambo [this message]
2002-08-25 11:29 ` Gerald Teschl
-- strict thread matches above, loose matches on Subject: below --
2002-08-24 21:26 Gerald Teschl
2002-08-25 11:13 ` Zwane Mwaikambo
2002-08-25 11:29 ` Gerald Teschl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-103027318319774@msgid-missing \
--to=zwane@linuxpower.ca \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.