ALSA: bcm2835: show card and subdev creation msg only on debug
On driver probe a message showing that a card and its subdevices
have been created is shown. Probably this message is not needed
unless we have debug enabled on the driver. So, use the driver
audio_info() debug macro instead of just printk().
Also is better to use dev_err() and pr_err() instead KERN_ERR.
Signed-off-by:
Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Loading
Please register or sign in to comment