From: Sudip Mukherjee Date: Mon, 29 Sep 2014 09:03:26 +0000 (+0530) Subject: ALSA: ctxfi: pr_* replaced with dev_* X-Git-Tag: fixes-against-v3.18-rc2~128^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cae90a96c15f2fd3bd139ba5505755c9c9ef2eb;p=pandora-kernel.git ALSA: ctxfi: pr_* replaced with dev_* pr_* macros replaced with dev_* as they are more preffered over pr_*. each file which had pr_* was reviewed manually and replaced with dev_*. here we have actually used the various snd_card which was added to some structures of ctxfi via a previous patch of this series. in the ctvmem.c file we have passed a reference of ct_atc as an argument to get_vm_block function so that it can be used from dev_*. since dev_* will print the device information , so the prefix of "ctxfi" from the various pr_* were also removed. Signed-off-by: Sudip Mukherjee Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed