linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Eitzinger <twig@serverart.org>
To: Gerd Knorr <kraxel@goldbach.in-berlin.de>
Cc: linux-kernel@vger.kernel.org
Subject: Typo in bttv-driver.c in versions 2.4.21 to 2.4.23
Date: Tue, 02 Dec 2003 15:28:31 +0100	[thread overview]
Message-ID: <3FCCA18F.2030803@serverart.org> (raw)

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,



                 reply	other threads:[~2003-12-02 14:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FCCA18F.2030803@serverart.org \
    --to=twig@serverart.org \
    --cc=kraxel@goldbach.in-berlin.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).