--- a/driver/siutils.c +++ b/driver/siutils.c @@ -1859,7 +1859,7 @@ BCMINITFN(si_devpath)(si_t *sih, char *p case PCI_BUS: ASSERT((SI_INFO(sih))->osh != NULL); slen = snprintf(path, (size_t)size, "pci/%u/%u/", - OSL_PCI_BUS((SI_INFO(sih))->osh), + OSL_PCI_BUS((SI_INFO(sih))->osh) + 1, OSL_PCI_SLOT((SI_INFO(sih))->osh)); break; case PCMCIA_BUS: /git@git.panaceas.org/git/openwrt/upstream' title='openwrt/upstream Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/modules.mk
blob: 6f6aa3875a7a9fe0d80f97437f284c360df43793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38