Re: [PATCH] sound: pci: ctxfi: pr_* replaced with dev_*

2014-09-15 Thread Takashi Iwai
At Fri, 12 Sep 2014 16:15:45 +0530, Sudip Mukherjee wrote: > > pr_* macros replaced with dev_* as they are more preffered over pr_*. Now we have card->dev as its own device. Use this instead of pci->dev as much as possible. (Of course, you should be careful about the object's lifetime, too). A

[PATCH] sound: pci: ctxfi: pr_* replaced with dev_*

2014-09-12 Thread Sudip Mukherjee
pr_* macros replaced with dev_* as they are more preffered over pr_*. Signed-off-by: Sudip Mukherjee --- sound/pci/ctxfi/ctamixer.c | 6 -- sound/pci/ctxfi/ctatc.c | 23 ++- sound/pci/ctxfi/ctdaio.c | 3 ++- sound/pci/ctxfi/cthw20k1.c | 13 - so