From: Daniel Walker <dwalker@mvista.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, Takashi Iwai <tiwai@suse.de>
Subject: Re: bug: kobject_add failed for audio with -EEXIST
Date: Mon, 18 Dec 2006 08:14:10 -0800 [thread overview]
Message-ID: <1166458451.11560.5.camel@imap.mvista.com> (raw)
In-Reply-To: <20061218155349.GA21282@elte.hu>
On Mon, 2006-12-18 at 16:53 +0100, Ingo Molnar wrote:
> an allyesconfig bootup generates the driver core warning below, in
> alsa_card_dummy_init().
>
> Ingo
>
> ------------------>
> Calling initcall 0xc1ee1d35: alsa_card_dummy_init+0x0/0x8a()
> PM: Adding info for platform:snd_dummy.0
> kobject_add failed for audio with -EEXIST, don't try to register things with the same name in the same directory.
This is i386 or x86_64? This one, and the others, your been sending look
like initcall ordering issues. For instance, some alsa init usually runs
after alsa_card_dummy_init() , but in your kernel alsa_card_dummy_init()
runs first. It's a problem even in the same initcall level.
Daniel
prev parent reply other threads:[~2006-12-18 16:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-18 15:53 bug: kobject_add failed for audio with -EEXIST Ingo Molnar
2006-12-18 16:14 ` Daniel Walker [this message]
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=1166458451.11560.5.camel@imap.mvista.com \
--to=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tiwai@suse.de \
/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.