![](https://secure.gravatar.com/avatar/d28dfe03ea754ea1153719f4ced12649.jpg?s=120&d=mm&r=g)
30 Jan
2009
30 Jan
'09
11:52 a.m.
On Thu, Jan 29, 2009 at 02:28:37PM -0600, Timur Tabi wrote:
Signed-off-by: Timur Tabi timur@freescale.com
Applied, thanks.
- ret = snd_soc_register_dai(&cs4270_dai); if (ret < 0) {
printk(KERN_ERR "cs4270: failed to create PCMs\n");
goto error_free_codec; }printk(KERN_ERR "cs4270: failed to register DAIe\n");
Typo (DAIe)? Ideally you should also use dev_ printk variants where possible.