From: Clemens Ladisch <clemens@ladisch.de>
To: Timur Tabi <timur@freescale.com>
Cc: ALSA development <alsa-devel@alsa-project.org>
Subject: Re: Need help with "BUG: key e69d3aac not in .data!"
Date: Fri, 11 Nov 2011 13:18:14 +0100 [thread overview]
Message-ID: <4EBD1286.4080805@ladisch.de> (raw)
In-Reply-To: <4EBC6DDA.2010900@freescale.com>
Timur Tabi wrote:
> I turned on some mutex debugging options, and now I'm getting this in my audio driver:
>
> Freescale Synchronous Serial Interface (SSI) ASoC Driver
> BUG: key e69d3aac not in .data!
>
> Is there something wrong with the way I'm calling device_create_file()?
When you have a dynamically allocated sysfs attribute, you must
initialize it with sysfs_(bin_)attr_init().
Regards,
Clemens
prev parent reply other threads:[~2011-11-11 12:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 0:35 Need help with "BUG: key e69d3aac not in .data!" Timur Tabi
2011-11-11 12:18 ` Clemens Ladisch [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=4EBD1286.4080805@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=timur@freescale.com \
/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.