Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1254476
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH] pci: pci_vpd_pci22_size can be static |
| Date | 2015-10-23 12:50 +0200 |
| Message-ID | <qmI54-7q0-13@gated-at.bofh.it> (permalink) |
| References | <qmI54-7q0-15@gated-at.bofh.it> <qmGFZ-5oJ-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index 3a49b14..41d86f6 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -495,7 +495,7 @@ static int pci_vpd_f0_dev_check(struct pci_dev *dev)
* @old_size: current assumed size, also maximum allowed size
*
*/
-size_t
+static size_t
pci_vpd_pci22_size(struct pci_dev *dev, size_t old_size)
{
loff_t off = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] pci: Update VPD size with correct length Hannes Reinecke <hare@suse.de> - 2015-10-23 11:20 +0200
[RFC PATCH] pci: pci_vpd_pci22_size can be static kbuild test robot <lkp@intel.com> - 2015-10-23 12:50 +0200
Re: [PATCH] pci: Update VPD size with correct length kbuild test robot <lkp@intel.com> - 2015-10-23 12:50 +0200
Re: [PATCH] pci: Update VPD size with correct length Alexander Duyck <alexander.duyck@gmail.com> - 2015-10-24 03:00 +0200
Re: [PATCH] pci: Update VPD size with correct length Hannes Reinecke <hare@suse.de> - 2015-10-25 04:40 +0100
csiph-web