mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy'
@ 2002-10-16  9:24 Miles Lane
  2002-10-21 15:16 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Miles Lane @ 2002-10-16  9:24 UTC (permalink / raw)
  To: LKML

  gcc -Wp,-MD,drivers/media/video/.stradis.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=athlon  -Iarch/i386/mach-generic -nostdinc -iwithprefix
include    -DKBUILD_BASENAME=stradis   -c -o
drivers/media/video/stradis.o drivers/media/video/stradis.c
drivers/media/video/stradis.c: In function `saa_open':
drivers/media/video/stradis.c:1949: structure has no member named `busy'
drivers/media/video/stradis.c: In function `saa_close':
drivers/media/video/stradis.c:1961: structure has no member named `busy'

CONFIG_VIDEO_DEV=y

#
# Video For Linux
#
CONFIG_VIDEO_PROC_FS=y
# CONFIG_VIDEO_BT848 is not set
CONFIG_VIDEO_PMS=y
CONFIG_VIDEO_BWQCAM=y
CONFIG_VIDEO_CQCAM=y
CONFIG_VIDEO_W9966=y
CONFIG_VIDEO_CPIA=y
# CONFIG_VIDEO_CPIA_PP is not set
CONFIG_VIDEO_CPIA_USB=y
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
CONFIG_VIDEO_STRADIS=y



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

* Re: 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy'
  2002-10-16  9:24 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy' Miles Lane
@ 2002-10-21 15:16 ` Alan Cox
  2002-10-21 16:26   ` Miles Lane
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2002-10-21 15:16 UTC (permalink / raw)
  To: Miles Lane; +Cc: LKML

On Wed, 2002-10-16 at 10:24, Miles Lane wrote:
>   gcc -Wp,-MD,drivers/media/video/.stradis.o.d -D__KERNEL__ -Iinclude
> -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=athlon  -Iarch/i386/mach-generic -nostdinc -iwithprefix
> include    -DKBUILD_BASENAME=stradis   -c -o
> drivers/media/video/stradis.o drivers/media/video/stradis.c
> drivers/media/video/stradis.c: In function `saa_open':
> drivers/media/video/stradis.c:1949: structure has no member named `busy'
> drivers/media/video/stradis.c: In function `saa_close':
> drivers/media/video/stradis.c:1961: structure has no member named `busy'

Not updated to 2.5. Nobody with a card is currently interested in that
so if you have one its your turn to fix stuff ;)


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

* Re: 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy'
  2002-10-21 15:16 ` Alan Cox
@ 2002-10-21 16:26   ` Miles Lane
  2002-10-21 18:06     ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Miles Lane @ 2002-10-21 16:26 UTC (permalink / raw)
  To: Alan Cox; +Cc: LKML

On Mon, 2002-10-21 at 08:16, Alan Cox wrote:
> On Wed, 2002-10-16 at 10:24, Miles Lane wrote:
> >   gcc -Wp,-MD,drivers/media/video/.stradis.o.d -D__KERNEL__ -Iinclude
> > -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> > -march=athlon  -Iarch/i386/mach-generic -nostdinc -iwithprefix
> > include    -DKBUILD_BASENAME=stradis   -c -o
> > drivers/media/video/stradis.o drivers/media/video/stradis.c
> > drivers/media/video/stradis.c: In function `saa_open':
> > drivers/media/video/stradis.c:1949: structure has no member named `busy'
> > drivers/media/video/stradis.c: In function `saa_close':
> > drivers/media/video/stradis.c:1961: structure has no member named `busy'
> 
> Not updated to 2.5. Nobody with a card is currently interested in that
> so if you have one its your turn to fix stuff ;)

Ah.  I was doing some configuration testing and don't have that
hardware.  Perhaps the driver should be removed from the tree?

	Miles


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

* Re: 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy'
  2002-10-21 16:26   ` Miles Lane
@ 2002-10-21 18:06     ` Alan Cox
  2002-10-22  0:35       ` Aristeu Sergio Rozanski Filho
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2002-10-21 18:06 UTC (permalink / raw)
  To: Miles Lane; +Cc: LKML

On Mon, 2002-10-21 at 17:26, Miles Lane wrote:
> > > drivers/media/video/stradis.c:1949: structure has no member named `busy'
> > > drivers/media/video/stradis.c: In function `saa_close':
> > > drivers/media/video/stradis.c:1961: structure has no member named `busy'
> > 
> > Not updated to 2.5. Nobody with a card is currently interested in that
> > so if you have one its your turn to fix stuff ;)
> 
> Ah.  I was doing some configuration testing and don't have that
> hardware.  Perhaps the driver should be removed from the tree?

Perhaps someone would like to fix it, if so removing it is wrong


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

* Re: 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy'
  2002-10-21 18:06     ` Alan Cox
@ 2002-10-22  0:35       ` Aristeu Sergio Rozanski Filho
  0 siblings, 0 replies; 5+ messages in thread
From: Aristeu Sergio Rozanski Filho @ 2002-10-22  0:35 UTC (permalink / raw)
  To: Alan Cox; +Cc: Miles Lane, LKML, laredo

> On Mon, 2002-10-21 at 17:26, Miles Lane wrote:
> > > > drivers/media/video/stradis.c:1949: structure has no member named `busy'
> > > > drivers/media/video/stradis.c: In function `saa_close':
> > > > drivers/media/video/stradis.c:1961: structure has no member named `busy'
> > > 
> > > Not updated to 2.5. Nobody with a card is currently interested in that
> > > so if you have one its your turn to fix stuff ;)
> > 
> > Ah.  I was doing some configuration testing and don't have that
> > hardware.  Perhaps the driver should be removed from the tree?
> 
> Perhaps someone would like to fix it, if so removing it is wrong
Nathan told me that he will update this driver soon, so it's wrong :)

-- 
aris

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

end of thread, other threads:[~2002-10-22  1:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-16  9:24 2.5.43 -- media/video/stradis.c in function `saa_open':1949: structure has no member named `busy' Miles Lane
2002-10-21 15:16 ` Alan Cox
2002-10-21 16:26   ` Miles Lane
2002-10-21 18:06     ` Alan Cox
2002-10-22  0:35       ` Aristeu Sergio Rozanski Filho

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