sound: pci: au88x0: printk replacement
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 8 Sep 2014 17:18:03 +0000 (22:48 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Sep 2014 06:58:58 +0000 (08:58 +0200)
as pr_* macros are more preffered over printk, so printk replaced
with corresponding pr_* macros.
this patch will generate warning from checkpatch as it only did printk
replacement and didnot fixed other style issues.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found