Re: [PATCH] sound/oss: use current->state helpers

2015-01-15 Thread Takashi Iwai
At Thu, 15 Jan 2015 00:17:25 -0800,
Davidlohr Bueso wrote:
> 
> On Thu, 2015-01-15 at 09:11 +0100, Takashi Iwai wrote:
> > Well, it's a bit unusual.  Why do they need to differ?  Is the author
> > another Davidlohr? :)  If this form is preferred, I'm willing to
> > apply, but I just wonder...
> 
> Personal taste, really. Yes I'd prefer you apply as is.

OK, applied now.  Thanks.


Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current->state helpers

2015-01-15 Thread Davidlohr Bueso
On Thu, 2015-01-15 at 09:11 +0100, Takashi Iwai wrote:
> Well, it's a bit unusual.  Why do they need to differ?  Is the author
> another Davidlohr? :)  If this form is preferred, I'm willing to
> apply, but I just wonder...

Personal taste, really. Yes I'd prefer you apply as is.

Thanks,
Davidlohr

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current->state helpers

2015-01-15 Thread Takashi Iwai
At Wed, 14 Jan 2015 23:51:30 -0800,
Davidlohr Bueso wrote:
> 
> On Thu, 2015-01-15 at 08:33 +0100, Takashi Iwai wrote:
> > At Wed, 14 Jan 2015 23:11:43 -0800,
> > Davidlohr Bueso wrote:
> > > 
> > > From: Davidlohr Bueso 
> > > 
> > > Call __set_current_state() instead of assigning the new state directly.
> > > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
> > > track of who changed the state.
> > > 
> > > Signed-off-by: Davidlohr Bueso 
> > 
> > The author and sign-off have different addresses.  Could you align?
> 
> I don't see a problem with that. All my patches are the same.

Well, it's a bit unusual.  Why do they need to differ?  Is the author
another Davidlohr? :)  If this form is preferred, I'm willing to
apply, but I just wonder...


Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current-state helpers

2015-01-15 Thread Takashi Iwai
At Thu, 15 Jan 2015 00:17:25 -0800,
Davidlohr Bueso wrote:
 
 On Thu, 2015-01-15 at 09:11 +0100, Takashi Iwai wrote:
  Well, it's a bit unusual.  Why do they need to differ?  Is the author
  another Davidlohr? :)  If this form is preferred, I'm willing to
  apply, but I just wonder...
 
 Personal taste, really. Yes I'd prefer you apply as is.

OK, applied now.  Thanks.


Takashi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current-state helpers

2015-01-15 Thread Takashi Iwai
At Wed, 14 Jan 2015 23:51:30 -0800,
Davidlohr Bueso wrote:
 
 On Thu, 2015-01-15 at 08:33 +0100, Takashi Iwai wrote:
  At Wed, 14 Jan 2015 23:11:43 -0800,
  Davidlohr Bueso wrote:
   
   From: Davidlohr Bueso d...@stgolabs.net
   
   Call __set_current_state() instead of assigning the new state directly.
   These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
   track of who changed the state.
   
   Signed-off-by: Davidlohr Bueso dbu...@suse.de
  
  The author and sign-off have different addresses.  Could you align?
 
 I don't see a problem with that. All my patches are the same.

Well, it's a bit unusual.  Why do they need to differ?  Is the author
another Davidlohr? :)  If this form is preferred, I'm willing to
apply, but I just wonder...


Takashi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current-state helpers

2015-01-15 Thread Davidlohr Bueso
On Thu, 2015-01-15 at 09:11 +0100, Takashi Iwai wrote:
 Well, it's a bit unusual.  Why do they need to differ?  Is the author
 another Davidlohr? :)  If this form is preferred, I'm willing to
 apply, but I just wonder...

Personal taste, really. Yes I'd prefer you apply as is.

Thanks,
Davidlohr

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current->state helpers

2015-01-14 Thread Davidlohr Bueso
On Thu, 2015-01-15 at 08:33 +0100, Takashi Iwai wrote:
> At Wed, 14 Jan 2015 23:11:43 -0800,
> Davidlohr Bueso wrote:
> > 
> > From: Davidlohr Bueso 
> > 
> > Call __set_current_state() instead of assigning the new state directly.
> > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
> > track of who changed the state.
> > 
> > Signed-off-by: Davidlohr Bueso 
> 
> The author and sign-off have different addresses.  Could you align?

I don't see a problem with that. All my patches are the same.

Thanks,
Davidlohr

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current->state helpers

2015-01-14 Thread Takashi Iwai
At Wed, 14 Jan 2015 23:11:43 -0800,
Davidlohr Bueso wrote:
> 
> From: Davidlohr Bueso 
> 
> Call __set_current_state() instead of assigning the new state directly.
> These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
> track of who changed the state.
> 
> Signed-off-by: Davidlohr Bueso 

The author and sign-off have different addresses.  Could you align?


thanks,

Takashi


> ---
>  sound/oss/msnd_pinnacle.c | 4 ++--
>  sound/oss/swarm_cs4297a.c | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/sound/oss/msnd_pinnacle.c b/sound/oss/msnd_pinnacle.c
> index c23f9f9..a8ceef8 100644
> --- a/sound/oss/msnd_pinnacle.c
> +++ b/sound/oss/msnd_pinnacle.c
> @@ -675,7 +675,7 @@ static void dsp_write_flush(void)
>   timeout);
>   clear_bit(F_WRITEFLUSH, );
>   if (!signal_pending(current)) {
> - current->state = TASK_INTERRUPTIBLE;
> + __set_current_state(TASK_INTERRUPTIBLE);
>   schedule_timeout(get_play_delay_jiffies(DAP_BUFF_SIZE));
>   }
>   clear_bit(F_WRITING, );
> @@ -1288,7 +1288,7 @@ static int __init calibrate_adc(WORD srate)
>  & ~0x0001, dev.SMA + SMA_wCurrHostStatusFlags);
>   if (msnd_send_word(, 0, 0, HDEXAR_CAL_A_TO_D) == 0 &&
>   chk_send_dsp_cmd(, HDEX_AUX_REQ) == 0) {
> - current->state = TASK_INTERRUPTIBLE;
> + __set_current_state(TASK_INTERRUPTIBLE);
>   schedule_timeout(HZ / 3);
>   return 0;
>   }
> diff --git a/sound/oss/swarm_cs4297a.c b/sound/oss/swarm_cs4297a.c
> index a33e8ce..213a416 100644
> --- a/sound/oss/swarm_cs4297a.c
> +++ b/sound/oss/swarm_cs4297a.c
> @@ -1654,7 +1654,7 @@ static int drain_dac(struct cs4297a_state *s, int 
> nonblock)
>  s->dma_dac.hwptr = s->dma_dac.swptr = hwptr;
>  spin_unlock_irqrestore(>lock, flags);
>   remove_wait_queue(>dma_dac.wait, );
> - current->state = TASK_RUNNING;
> + __set_current_state(TASK_RUNNING);
>   return 0;
>  }
>  
> -- 
> 2.1.2
> 
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current-state helpers

2015-01-14 Thread Takashi Iwai
At Wed, 14 Jan 2015 23:11:43 -0800,
Davidlohr Bueso wrote:
 
 From: Davidlohr Bueso d...@stgolabs.net
 
 Call __set_current_state() instead of assigning the new state directly.
 These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
 track of who changed the state.
 
 Signed-off-by: Davidlohr Bueso dbu...@suse.de

The author and sign-off have different addresses.  Could you align?


thanks,

Takashi


 ---
  sound/oss/msnd_pinnacle.c | 4 ++--
  sound/oss/swarm_cs4297a.c | 2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/sound/oss/msnd_pinnacle.c b/sound/oss/msnd_pinnacle.c
 index c23f9f9..a8ceef8 100644
 --- a/sound/oss/msnd_pinnacle.c
 +++ b/sound/oss/msnd_pinnacle.c
 @@ -675,7 +675,7 @@ static void dsp_write_flush(void)
   timeout);
   clear_bit(F_WRITEFLUSH, dev.flags);
   if (!signal_pending(current)) {
 - current-state = TASK_INTERRUPTIBLE;
 + __set_current_state(TASK_INTERRUPTIBLE);
   schedule_timeout(get_play_delay_jiffies(DAP_BUFF_SIZE));
   }
   clear_bit(F_WRITING, dev.flags);
 @@ -1288,7 +1288,7 @@ static int __init calibrate_adc(WORD srate)
   ~0x0001, dev.SMA + SMA_wCurrHostStatusFlags);
   if (msnd_send_word(dev, 0, 0, HDEXAR_CAL_A_TO_D) == 0 
   chk_send_dsp_cmd(dev, HDEX_AUX_REQ) == 0) {
 - current-state = TASK_INTERRUPTIBLE;
 + __set_current_state(TASK_INTERRUPTIBLE);
   schedule_timeout(HZ / 3);
   return 0;
   }
 diff --git a/sound/oss/swarm_cs4297a.c b/sound/oss/swarm_cs4297a.c
 index a33e8ce..213a416 100644
 --- a/sound/oss/swarm_cs4297a.c
 +++ b/sound/oss/swarm_cs4297a.c
 @@ -1654,7 +1654,7 @@ static int drain_dac(struct cs4297a_state *s, int 
 nonblock)
  s-dma_dac.hwptr = s-dma_dac.swptr = hwptr;
  spin_unlock_irqrestore(s-lock, flags);
   remove_wait_queue(s-dma_dac.wait, wait);
 - current-state = TASK_RUNNING;
 + __set_current_state(TASK_RUNNING);
   return 0;
  }
  
 -- 
 2.1.2
 
 
 
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sound/oss: use current-state helpers

2015-01-14 Thread Davidlohr Bueso
On Thu, 2015-01-15 at 08:33 +0100, Takashi Iwai wrote:
 At Wed, 14 Jan 2015 23:11:43 -0800,
 Davidlohr Bueso wrote:
  
  From: Davidlohr Bueso d...@stgolabs.net
  
  Call __set_current_state() instead of assigning the new state directly.
  These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping
  track of who changed the state.
  
  Signed-off-by: Davidlohr Bueso dbu...@suse.de
 
 The author and sign-off have different addresses.  Could you align?

I don't see a problem with that. All my patches are the same.

Thanks,
Davidlohr

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/