From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Andy Walls <awalls@md.metrocast.net>,
Linux Media ML <linux-media@vger.kernel.org>
Subject: Re: [PATCH] [media] ivtv: ivtv-driver: Replace 'flush_work_sync()'
Date: Thu, 20 Dec 2012 15:18:45 -0200 [thread overview]
Message-ID: <20121220151845.4e92f056@redhat.com> (raw)
In-Reply-To: <20121121152809.51c780a6@redhat.com>
Em Wed, 21 Nov 2012 15:28:09 -0200
Mauro Carvalho Chehab <mchehab@redhat.com> escreveu:
> Hi Andy,
>
> I'm understanding that you'll be reviewing this patch. So, I'm marking it as
> under_review at patchwork.
-ENOANSWER. Let me apply it, in order to fix the warning.
>
> Thanks,
> Mauro
>
> Forwarded message:
>
> Date: Wed, 24 Oct 2012 10:14:16 -0200
> From: Fabio Estevam <festevam@gmail.com>
> To: awalls@md.metrocast.net
> Cc: mchehab@infradead.org, linux-media@vger.kernel.org, tj@kernel.org, Fabio Estevam <fabio.estevam@freescale.com>
> Subject: [PATCH] [media] ivtv: ivtv-driver: Replace 'flush_work_sync()'
>
>
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Since commit 43829731d (workqueue: deprecate flush[_delayed]_work_sync()),
> flush_work() should be used instead of flush_work_sync().
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/pci/ivtv/ivtv-driver.c b/drivers/media/pci/ivtv/ivtv-driver.c
> index 74e9a50..5d0a5df 100644
> --- a/drivers/media/pci/ivtv/ivtv-driver.c
> +++ b/drivers/media/pci/ivtv/ivtv-driver.c
> @@ -304,7 +304,7 @@ static void request_modules(struct ivtv *dev)
>
> static void flush_request_modules(struct ivtv *dev)
> {
> - flush_work_sync(&dev->request_module_wk);
> + flush_work(&dev->request_module_wk);
> }
> #else
> #define request_modules(dev)
--
Cheers,
Mauro
next prev parent reply other threads:[~2012-12-20 17:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-21 17:28 Fw: [PATCH] [media] ivtv: ivtv-driver: Replace 'flush_work_sync()' Mauro Carvalho Chehab
2012-12-20 17:18 ` Mauro Carvalho Chehab [this message]
2013-01-07 0:04 ` Andy Walls
-- strict thread matches above, loose matches on Subject: below --
2012-10-24 12:14 Fabio Estevam
2012-10-24 16:48 ` Tejun Heo
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=20121220151845.4e92f056@redhat.com \
--to=mchehab@redhat.com \
--cc=awalls@md.metrocast.net \
--cc=linux-media@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.