public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] bttv & 2.5.48
@ 2002-11-19 14:09 Petr Vandrovec
  0 siblings, 0 replies; 6+ messages in thread
From: Petr Vandrovec @ 2002-11-19 14:09 UTC (permalink / raw)
  To: Javier Marcet; +Cc: kraxel, linux-kernel

On 19 Nov 02 at 14:55, Javier Marcet wrote:
> >> drivers/media/video/bttv-cards.c: In function AUDC_CONFIG_PINNACLE' undeclared (first use in this function)
> >> drivers/media/video/bttv-cards.c:1742: (Each undeclared identifier is reported only once
> >> drivers/media/video/bttv-cards.c:1742: for each function it appears in.)
> >> drivers/media/video/bttv-cards.c: In function name'
> >> make[4]: *** [drivers/media/video/bttv-cards.o] Error 1
> >> make[3]: *** [drivers/media/video] Error 2
> >> make[2]: *** [drivers/media] Error 2
> >> make[1]: *** [drivers] Error 2
> >> make: *** [modules] Error 2
> >> 
> >> I know this has not changed since 2.5.47, nor couldn't spot any
> >> difference within the /media tree, yet it fails on 2.5.48 while it
> >> compiled fine on 2.5.47
>  
> >> Any idea where the error might be?
> 
> >I just commented out that offending line, as I do not have Pinnacle,
> >so it should be never executed ;-)
> 
> That's the first thing I did, but how's that it compiled fine in 2.5.47
> if nothing changed?

It did not for me... I have commented it out at least since 2.5.46-c929,
from Nov 8th.
                                            Petr Vandrovec
                                            vandrove@vc.cvut.cz
                                            

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: [PATCH] bttv & 2.5.48
@ 2002-11-19 13:28 Petr Vandrovec
  2002-11-19 13:55 ` Javier Marcet
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Vandrovec @ 2002-11-19 13:28 UTC (permalink / raw)
  To: Javier Marcet; +Cc: kraxel, linux-kernel

On 19 Nov 02 at 14:21, Javier Marcet wrote:
> drivers/media/video/bttv-cards.c: In function AUDC_CONFIG_PINNACLE' undeclared (first use in this function)
> drivers/media/video/bttv-cards.c:1742: (Each undeclared identifier is reported only once
> drivers/media/video/bttv-cards.c:1742: for each function it appears in.)
> drivers/media/video/bttv-cards.c: In function name'
> make[4]: *** [drivers/media/video/bttv-cards.o] Error 1
> make[3]: *** [drivers/media/video] Error 2
> make[2]: *** [drivers/media] Error 2
> make[1]: *** [drivers] Error 2
> make: *** [modules] Error 2
> 
> I know this has not changed since 2.5.47, nor couldn't spot any
> difference within the /media tree, yet it fails on 2.5.48 while it
> compiled fine on 2.5.47
> 
> Any idea where the error might be?

I just commented out that offending line, as I do not have Pinnacle,
so it should be never executed ;-)

If you have Pinnacle, then you'll have to get tda9887 driver somewhere.
This driver defines AUD_CONFIG_PINNACLE (as far as I can tell from
missing pieces...).

AFAIK bttv driver at http://bytesex.org/bttv has this fixed.
                                                Best regards,
                                                    Petr Vandrovec
                                                    vandrove@vc.cvut.cz
                                                    

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] bttv & 2.5.48
@ 2002-11-18 14:13 Petr Vandrovec
  2002-11-19 13:21 ` Javier Marcet
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Vandrovec @ 2002-11-18 14:13 UTC (permalink / raw)
  To: kraxel; +Cc: linux-kernel

Hi Gerd,
   I did not saw this patch posted... PCI now does not have its own name,
and it uses dev's name. Please apply.
							Petr Vandrovec
							vandrove@vc.cvut.cz


diff -urdN linux/drivers/media/video/bttv-cards.c linux/drivers/media/video/bttv-cards.c
--- linux/drivers/media/video/bttv-cards.c	2002-11-18 13:50:42.000000000 +0000
+++ linux/drivers/media/video/bttv-cards.c	2002-11-18 13:55:51.000000000 +0000
@@ -2990,7 +2990,7 @@
 
 	/* print which chipset we have */
 	while ((dev = pci_find_class(PCI_CLASS_BRIDGE_HOST << 8,dev)))
-		printk(KERN_INFO "bttv: Host bridge is %s\n",dev->name);
+		printk(KERN_INFO "bttv: Host bridge is %s\n",dev->dev.name);
 
 	/* print warnings about any quirks found */
 	if (triton1)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-11-19 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 14:09 [PATCH] bttv & 2.5.48 Petr Vandrovec
  -- strict thread matches above, loose matches on Subject: below --
2002-11-19 13:28 Petr Vandrovec
2002-11-19 13:55 ` Javier Marcet
2002-11-18 14:13 Petr Vandrovec
2002-11-19 13:21 ` Javier Marcet
2002-11-19 15:06   ` Gerd Knorr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox