public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Domenico Andreoli <cavokz@gmail.com>
To: Roman Gaufman <hackeron@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer
Date: Tue, 10 Nov 2009 16:28:36 +0100	[thread overview]
Message-ID: <20091110152836.GA6860@raptus.dandreoli.com> (raw)
In-Reply-To: <921ad39e0911100548i6f115aduba39b3b7fc570f58@mail.gmail.com>

On Tue, Nov 10, 2009 at 01:48:43PM +0000, Roman Gaufman wrote:
> I swapped my graphics card and techwell DVR card places and now it
> works, thanks you!!!

could you please try the following patch swapping the boards back to
the original order?

--- a/tw68-core.c
+++ b/tw68-core.c
@@ -695,8 +695,7 @@ static int __devinit tw68_initdev(struct pci_dev *pci_dev,
        tw68_hw_init1(dev);
 
        /* get irq */
-       err = request_irq(pci_dev->irq, tw68_irq,
-                         IRQF_SHARED | IRQF_DISABLED, dev->name, dev);
+       err = request_irq(pci_dev->irq, tw68_irq, IRQF_SHARED, dev->name, dev);
        if (err < 0) {
                printk(KERN_ERR "%s: can't get IRQ %d\n",
                       dev->name, pci_dev->irq);

-----[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

      parent reply	other threads:[~2009-11-10 15:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10 12:19 tw68-v2/tw68-i2c.c:145: error: unknown field ‘client_register’ specified in initializer Roman Gaufman
2009-11-10 12:26 ` Domenico Andreoli
2009-11-10 12:40   ` Roman Gaufman
2009-11-10 12:50     ` Domenico Andreoli
2009-11-10 13:16       ` Roman Gaufman
2009-11-10 13:48         ` Roman Gaufman
2009-11-10 15:03           ` tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? " Domenico Andreoli
2009-11-10 16:51             ` Roman Gaufman
2009-11-10 17:30               ` Domenico Andreoli
2009-11-10 15:28           ` Domenico Andreoli [this message]

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=20091110152836.GA6860@raptus.dandreoli.com \
    --to=cavokz@gmail.com \
    --cc=hackeron@gmail.com \
    --cc=linux-media@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