All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ricardo Martins <ricardo@scarybox.net>
To: kernel-janitors@vger.kernel.org
Subject: warning: ‘pci_find_dev
Date: Fri, 02 May 2008 16:19:40 +0000	[thread overview]
Message-ID: <20080502161940.GA27311@macbookpro> (raw)

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

Hello,

There are 14 drivers in drivers/isdn/hisax/ still using calls to
pci_find_device() instead of the pci_get_device(). From what I gather, a
simple sed 's|pci_find_device|pci_get_device|' is enough to fix this,
since both functions use the same input and give the same output.
Is this correct?

Also, since there are 14 drivers with only those 1-line changes, should each
driver have its own patch or could I send a single patch covering all of
them?

Regards,
-- 
 Ricardo Martins  *  scarybox.net  *  GPG key: 0x1308F1B4

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

                 reply	other threads:[~2008-05-02 16:19 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=20080502161940.GA27311@macbookpro \
    --to=ricardo@scarybox.net \
    --cc=kernel-janitors@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.