11 Nov
2011
11 Nov
'11
1:18 p.m.
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