30 Jan
2009
30 Jan
'09
12:52 p.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.