]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e1ac34914d1690cecd30d871a34fd8441e6e977
treeb32892ebf7c9e8efcde51230dd91d2bb7e526263
parent05c39a0f45a17994b55c7baeaa113c38d903cecb
sound: pci: au88x0: printk replacement

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>
sound/pci/au88x0/au88x0.c
sound/pci/au88x0/au88x0_a3d.c
sound/pci/au88x0/au88x0_core.c
sound/pci/au88x0/au88x0_eq.c
sound/pci/au88x0/au88x0_game.c
sound/pci/au88x0/au88x0_mpu401.c
sound/pci/au88x0/au88x0_pcm.c
sound/pci/au88x0/au88x0_synth.c