From: Tonnerre <tonnerre@thundrix.ch>
To: Christoph Hellwig <hch@infradead.org>,
Hanna Linder <hannal@us.ibm.com>,
linux-kernel@vger.kernel.org, kernel-janitors@lists.osdl.org,
greg@kroah.com, kraxel@bytesex.org
Subject: [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8]
Date: Wed, 29 Sep 2004 22:23:53 +0000 [thread overview]
Message-ID: <20040929222353.GF21770@thundrix.ch> (raw)
In-Reply-To: <20040929220344.A17872@infradead.org>
[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]
Salut,
On Wed, Sep 29, 2004 at 10:03:44PM +0100, Christoph Hellwig wrote:
> I think this check should just go away completely.
>
> We don't have such silly warnings in any other driver.
Kraxel introduced this check because of the confusion with the "old"
and "new" WinTV cards. The older one had a bt848 chip, the newer one a
connexant 878, and only the older one was supported by Linux.
Now that we support both, this printk is rather counterproductive.
Tonnerre
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
WARNING: multiple messages have this Message-ID (diff)
From: Tonnerre <tonnerre@thundrix.ch>
To: Christoph Hellwig <hch@infradead.org>,
Hanna Linder <hannal@us.ibm.com>,
linux-kernel@vger.kernel.org, kernel-janitors@lists.osdl.org,
greg@kroah.com, kraxel@bytesex.org
Subject: Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present
Date: Thu, 30 Sep 2004 00:23:53 +0200 [thread overview]
Message-ID: <20040929222353.GF21770@thundrix.ch> (raw)
In-Reply-To: <20040929220344.A17872@infradead.org>
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Salut,
On Wed, Sep 29, 2004 at 10:03:44PM +0100, Christoph Hellwig wrote:
> I think this check should just go away completely.
>
> We don't have such silly warnings in any other driver.
Kraxel introduced this check because of the confusion with the "old"
and "new" WinTV cards. The older one had a bt848 chip, the newer one a
connexant 878, and only the older one was supported by Linux.
Now that we support both, this printk is rather counterproductive.
Tonnerre
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-09-29 22:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-29 20:55 [Kernel-janitors] [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert Hanna Linder
2004-09-29 20:55 ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Hanna Linder
2004-09-29 21:03 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Christoph Hellwig
2004-09-29 21:03 ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Christoph Hellwig
2004-09-29 21:11 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Greg KH
2004-09-29 21:11 ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Greg KH
2004-09-29 21:43 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Hanna Linder
2004-09-29 21:43 ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Hanna Linder
2004-09-29 22:28 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Matthew Wilcox
2004-09-29 22:28 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Matthew Wilcox
2004-09-29 22:32 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Hanna Linder
2004-09-29 22:32 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Hanna Linder
2004-09-29 22:23 ` Tonnerre [this message]
2004-09-29 22:23 ` Tonnerre
2004-09-30 8:23 ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Gerd Knorr
2004-09-30 8:23 ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present Gerd Knorr
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=20040929222353.GF21770@thundrix.ch \
--to=tonnerre@thundrix.ch \
--cc=greg@kroah.com \
--cc=hannal@us.ibm.com \
--cc=hch@infradead.org \
--cc=kernel-janitors@lists.osdl.org \
--cc=kraxel@bytesex.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.