mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Nicholas Mc Guire <hofrat@osadl.org>
Cc: Andrew Veliath <andrewtv@usa.net>,
	Jaroslav Kysela <perex@perex.cz>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sound/oss: use schedule_timeout_interruptible()
Date: Fri, 29 May 2015 17:26:53 +0200	[thread overview]
Message-ID: <s5hvbfb4d6q.wl-tiwai@suse.de> (raw)
In-Reply-To: <1432912274-22402-1-git-send-email-hofrat@osadl.org>

At Fri, 29 May 2015 17:11:14 +0200,
Nicholas Mc Guire wrote:
> 
> API consolidation with coccinelle found:
> ./sound/oss/msnd_pinnacle.c:1292:2-18:
>         consolidation with schedule_timeout_*() recommended
> 
> This is a 1:1 conversion of the current calls to an available helper
> only - so only an API consolidation to improve readability.
> 
> Patch was compile tested with x86_64_defconfig
> 
> Patch is against 4.1-rc5 (localversion-next is -next-20150529)
> 
> Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>

Applied, thanks.


Takashi

> ---
>  sound/oss/msnd_pinnacle.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/sound/oss/msnd_pinnacle.c b/sound/oss/msnd_pinnacle.c
> index a8ceef8..a8bb4a0 100644
> --- a/sound/oss/msnd_pinnacle.c
> +++ b/sound/oss/msnd_pinnacle.c
> @@ -1288,8 +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) {
> -		__set_current_state(TASK_INTERRUPTIBLE);
> -		schedule_timeout(HZ / 3);
> +		schedule_timeout_interruptible(HZ / 3);
>  		return 0;
>  	}
>  	printk(KERN_WARNING LOGNAME ": ADC calibration failed\n");
> -- 
> 1.7.10.4
> 

      reply	other threads:[~2015-05-29 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 15:11 Nicholas Mc Guire
2015-05-29 15:26 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hvbfb4d6q.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=andrewtv@usa.net \
    --cc=hofrat@osadl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®