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

2014-09-18 Thread Sudip Mukherjee
On Thu, Sep 18, 2014 at 12:21:20PM +0200, Takashi Iwai wrote: > At Thu, 18 Sep 2014 14:51:26 +0530, > Sudip Mukherjee wrote: > > > > On Mon, Sep 15, 2014 at 08:17:52PM +0200, Takashi Iwai wrote: > > > At Mon, 15 Sep 2014 20:55:54 +0530, > > > Sudip Mukherjee wrote: > > > > > > > > On Mon, Sep 15,

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

2014-09-18 Thread Takashi Iwai
At Thu, 18 Sep 2014 14:51:26 +0530, Sudip Mukherjee wrote: > > On Mon, Sep 15, 2014 at 08:17:52PM +0200, Takashi Iwai wrote: > > At Mon, 15 Sep 2014 20:55:54 +0530, > > Sudip Mukherjee wrote: > > > > > > On Mon, Sep 15, 2014 at 04:29:48PM +0200, Takashi Iwai wrote: > > > > At Mon, 15 Sep 2014 19:

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

2014-09-18 Thread Sudip Mukherjee
On Mon, Sep 15, 2014 at 08:17:52PM +0200, Takashi Iwai wrote: > At Mon, 15 Sep 2014 20:55:54 +0530, > Sudip Mukherjee wrote: > > > > On Mon, Sep 15, 2014 at 04:29:48PM +0200, Takashi Iwai wrote: > > > At Mon, 15 Sep 2014 19:39:41 +0530, > > > Sudip Mukherjee wrote: > > > > > > > > diff --git a/s

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

2014-09-15 Thread Takashi Iwai
At Mon, 15 Sep 2014 20:55:54 +0530, Sudip Mukherjee wrote: > > On Mon, Sep 15, 2014 at 04:29:48PM +0200, Takashi Iwai wrote: > > At Mon, 15 Sep 2014 19:39:41 +0530, > > Sudip Mukherjee wrote: > > > > > > pr_* macros replaced with dev_* as they are more preffered over pr_*. > > > > > > Signed-off

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

2014-09-15 Thread Sudip Mukherjee
On Mon, Sep 15, 2014 at 04:29:48PM +0200, Takashi Iwai wrote: > At Mon, 15 Sep 2014 19:39:41 +0530, > Sudip Mukherjee wrote: > > > > pr_* macros replaced with dev_* as they are more preffered over pr_*. > > > > Signed-off-by: Sudip Mukherjee > > --- > > > > in v1 Takashi mentioned that now we h

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

2014-09-15 Thread Joe Perches
On Mon, 2014-09-15 at 19:39 +0530, Sudip Mukherjee wrote: > pr_* macros replaced with dev_* as they are more preffered over pr_*. [] > diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c [] > @@ -1282,8 +1282,8 @@ static int atc_identify_card(struct ct_atc *atc, > unsigned int ssid) >

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

2014-09-15 Thread Takashi Iwai
At Mon, 15 Sep 2014 19:39:41 +0530, Sudip Mukherjee wrote: > > pr_* macros replaced with dev_* as they are more preffered over pr_*. > > Signed-off-by: Sudip Mukherjee > --- > > in v1 Takashi mentioned that now we have card->dev > so v2 is using card->dev as much as possible. > > sound/pci/ct

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

2014-09-15 Thread Sudip Mukherjee
pr_* macros replaced with dev_* as they are more preffered over pr_*. Signed-off-by: Sudip Mukherjee --- in v1 Takashi mentioned that now we have card->dev so v2 is using card->dev as much as possible. sound/pci/ctxfi/ctatc.c | 24 ++-- sound/pci/ctxfi/cthw20k1.c | 1