* [PATCH] Fix compile warning in bt8xx module
@ 2006-01-16 4:32 Dmitry Torokhov
2006-01-19 10:41 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2006-01-16 4:32 UTC (permalink / raw)
To: Russell King; +Cc: Greg KH, Linus Torvalds, LKML
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
drivers/media/dvb/bt8xx/dvb-bt8xx.c | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: work/drivers/media/dvb/bt8xx/dvb-bt8xx.c
===================================================================
--- work.orig/drivers/media/dvb/bt8xx/dvb-bt8xx.c
+++ work/drivers/media/dvb/bt8xx/dvb-bt8xx.c
@@ -893,7 +893,7 @@ static int dvb_bt8xx_probe(struct bttv_s
return 0;
}
-static int dvb_bt8xx_remove(struct bttv_sub_device *sub)
+static void dvb_bt8xx_remove(struct bttv_sub_device *sub)
{
struct dvb_bt8xx_card *card = dev_get_drvdata(&sub->dev);
@@ -911,8 +911,6 @@ static int dvb_bt8xx_remove(struct bttv_
dvb_unregister_adapter(&card->dvb_adapter);
kfree(card);
-
- return 0;
}
static struct bttv_sub_driver driver = {
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Fix compile warning in bt8xx module
2006-01-16 4:32 [PATCH] Fix compile warning in bt8xx module Dmitry Torokhov
@ 2006-01-19 10:41 ` Mauro Carvalho Chehab
2006-01-19 14:51 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2006-01-19 10:41 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Russell King, Greg KH, Linus Torvalds, LKML
Dmitry,
Your patch conflicted with another one by Jean Delaware.
Please next time send dvb or v4l patches to me c/c to
video4linux-list@redhat.com and linux-dvb-maintainer@linuxtv.org
Cheers,
Mauro.
Em Dom, 2006-01-15 às 23:32 -0500, Dmitry Torokhov escreveu:
> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
> ---
>
> drivers/media/dvb/bt8xx/dvb-bt8xx.c | 4 +---
> 1 files changed, 1 insertion(+), 3 deletions(-)
>
> Index: work/drivers/media/dvb/bt8xx/dvb-bt8xx.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix compile warning in bt8xx module
2006-01-19 10:41 ` Mauro Carvalho Chehab
@ 2006-01-19 14:51 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2006-01-19 14:51 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Russell King, Greg KH, Linus Torvalds, LKML
On 1/19/06, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> Dmitry,
>
> Your patch conflicted with another one by Jean Delaware.
>
> Please next time send dvb or v4l patches to me c/c to
> video4linux-list@redhat.com and linux-dvb-maintainer@linuxtv.org
>
My apologies. The original change did not come from your tree, it was
a wholesale tree update, that's why I sent it to patch originator.
Next time I will make sure to CC you and V4L/DVB lists.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-01-19 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-16 4:32 [PATCH] Fix compile warning in bt8xx module Dmitry Torokhov
2006-01-19 10:41 ` Mauro Carvalho Chehab
2006-01-19 14:51 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox