All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Hanna Linder <hannal@us.ibm.com>
Cc: 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 21:03:44 +0000	[thread overview]
Message-ID: <20040929220344.A17872@infradead.org> (raw)
In-Reply-To: <15470000.1096491322@w-hlinder.beaverton.ibm.com>; from hannal@us.ibm.com on Wed, Sep 29, 2004 at 01:55:22PM -0700

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

On Wed, Sep 29, 2004 at 01:55:22PM -0700, Hanna Linder wrote:
> 
> As pci_find_device is going away need to replace it. This file did not use the dev returned
> from pci_find_device so is replaceable by pci_dev_present. I was not able to test it
> as I do not have the hardware.

I think this check should just go away completely.  

We don't have such silly warnings in any other driver.

[-- 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: Christoph Hellwig <hch@infradead.org>
To: Hanna Linder <hannal@us.ibm.com>
Cc: 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: Wed, 29 Sep 2004 22:03:44 +0100	[thread overview]
Message-ID: <20040929220344.A17872@infradead.org> (raw)
In-Reply-To: <15470000.1096491322@w-hlinder.beaverton.ibm.com>; from hannal@us.ibm.com on Wed, Sep 29, 2004 at 01:55:22PM -0700

On Wed, Sep 29, 2004 at 01:55:22PM -0700, Hanna Linder wrote:
> 
> As pci_find_device is going away need to replace it. This file did not use the dev returned
> from pci_find_device so is replaceable by pci_dev_present. I was not able to test it
> as I do not have the hardware.

I think this check should just go away completely.  

We don't have such silly warnings in any other driver.

  reply	other threads:[~2004-09-29 21:03 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 ` Christoph Hellwig [this message]
2004-09-29 21:03   ` 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   ` [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] Tonnerre
2004-09-29 22:23     ` [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present 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=20040929220344.A17872@infradead.org \
    --to=hch@infradead.org \
    --cc=greg@kroah.com \
    --cc=hannal@us.ibm.com \
    --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.