lkml.org 
[lkml]   [2003]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectTypo in bttv-driver.c in versions 2.4.21 to 2.4.23
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,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.055 / U:0.628 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site