summaryrefslogtreecommitdiff
path: root/Documentation/PCI/pciebus-howto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/PCI/pciebus-howto.rst')
-rw-r--r--Documentation/PCI/pciebus-howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/pciebus-howto.rst b/Documentation/PCI/pciebus-howto.rst
index a0027e8fb0d0..f344452651e1 100644
--- a/Documentation/PCI/pciebus-howto.rst
+++ b/Documentation/PCI/pciebus-howto.rst
@@ -139,7 +139,7 @@ driver data structure.
static struct pcie_port_service_driver root_aerdrv = {
.name = (char *)device_name,
- .id_table = &service_id[0],
+ .id_table = service_id,
.probe = aerdrv_load,
.remove = aerdrv_unload,