[alsa-devel] [PATCH 2.6.30] ASoC: fix initialization order of the CS4270 codec driver

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Jan 30 11:52:24 CET 2009


On Thu, Jan 29, 2009 at 02:28:37PM -0600, Timur Tabi wrote:

> Signed-off-by: Timur Tabi <timur at freescale.com>

Applied, thanks.

> +	ret = snd_soc_register_dai(&cs4270_dai);
>  	if (ret < 0) {
> -		printk(KERN_ERR "cs4270: failed to create PCMs\n");
> +		printk(KERN_ERR "cs4270: failed to register DAIe\n");
>  		goto error_free_codec;
>  	}

Typo (DAIe)?  Ideally you should also use dev_ printk variants where
possible.


More information about the Alsa-devel mailing list