]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:54 +0000 (01:05 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sun, 28 Oct 2012 08:56:20 +0000 (09:56 +0100)
commit4ee3bffca4fad13a4cb672158dce0def41ab3a54
tree7eea29ced4e3bb5ec259d6ecae225610d5d9e11b
parent9c7066aef4a5eb8e4063de28f06c508bf6f2963a
ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(

dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Coalesce multiline formats for easier grep.
Coalesce segmented single line formats too.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpidspcd.c
sound/pci/asihpi/hpioctl.c