* Typo in bttv-driver.c in versions 2.4.21 to 2.4.23
@ 2003-12-02 14:28 David Eitzinger
0 siblings, 0 replies; only message in thread
From: David Eitzinger @ 2003-12-02 14:28 UTC (permalink / raw)
To: Gerd Knorr; +Cc: linux-kernel
Hello !
I just encountered that there is an equal sign missing in bttv-driver.c
on line 564. - Which gives a parse error when one tries to compile.
The bug was introduced in 2.4.21 and is still there in the latest 2.4
build but it's fixed in 2.6-test11, as I could see.
A search on google showed that the bug was already documented by Kyle
Davenport (kdd@tvmax.net) on 2003-07-03 17:10:09 PST.
Cheers, David
Patch:
--- linux-2.4.23/drivers/media/video/bttv-driver.c Fri Nov 28
19:26:20 2003
+++ linux/drivers/media/video/bttv-driver.c Tue Dec 2 14:13:53 2003
@@ -558,7 +558,7 @@
.sram = -1,
},{
/* PAL-N */
- .Fsc 35468950,
+ .Fsc = 35468950,
.swidth = 768,
.sheight = 576,
.totalwidth = 1135,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-12-02 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-02 14:28 Typo in bttv-driver.c in versions 2.4.21 to 2.4.23 David Eitzinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox