* warning: ‘pci_find_dev
@ 2008-05-02 16:19 Ricardo Martins
0 siblings, 0 replies; only message in thread
From: Ricardo Martins @ 2008-05-02 16:19 UTC (permalink / raw)
To: kernel-janitors
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-02 16:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 16:19 warning: ‘pci_find_dev Ricardo Martins
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.