From: Michael Krufky <mkrufky@linuxtv.org>
To: Linux and Kernel Video <video4linux-list@redhat.com>
Cc: linux-kernel@vger.kernel.org,
Mauro Carvalho Chehab <mchehab@brturbo.com.br>,
Alexey Dobriyan <adobriyan@gmail.com>
Subject: Re: [PATCH] msp3400: check ->kthread correctly
Date: Thu, 06 Oct 2005 19:51:36 -0400 [thread overview]
Message-ID: <4345B888.9020405@linuxtv.org> (raw)
In-Reply-To: <20051006214621.GC2370@mipter.zuzino.mipt.ru>
Alexey Dobriyan wrote:
>Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
>---
>
> drivers/media/video/msp3400.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>--- ./drivers/media/video/msp3400.c
>+++ ./drivers/media/video/msp3400.c
>@@ -1558,7 +1558,7 @@ static int msp_detach(struct i2c_client
> struct msp3400c *msp = i2c_get_clientdata(client);
>
> /* shutdown control thread */
>- if (msp->kthread >= 0) {
>+ if (msp->kthread) {
> msp->restart = 1;
> kthread_stop(msp->kthread);
> }
>
>--
>video4linux-list mailing list
>Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
>https://www.redhat.com/mailman/listinfo/video4linux-list
>
>
Applied to video4linux cvs. Thank you!
CVSROOT: /cvs/video4linux
Module name: video4linux
Changes by: mkrufky 20051007 01:48:36
Modified files:
. : ChangeLog msp3400.c
Log message:
* msp3400.c: (msp_detach):
- check ->kthread correctly
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Ack'd by: Michael Krufky <mkrufky@m1k.net>
--
Michael Krufky
prev parent reply other threads:[~2005-10-06 23:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-06 21:46 Alexey Dobriyan
2005-10-06 23:51 ` Michael Krufky [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=4345B888.9020405@linuxtv.org \
--to=mkrufky@linuxtv.org \
--cc=adobriyan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@brturbo.com.br \
--cc=video4linux-list@redhat.com \
/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
Powered by JetHome