diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:56:47 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:56:47 +0000 |
commit | a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f (patch) | |
tree | 77c6145168bbe0ef7ffd2455a18fda91ffe14995 /target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch | |
parent | 4f44df6fd8f2c404fd5b1534257a7a8c85eb96f5 (diff) | |
download | upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.tar.gz upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.tar.bz2 upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.zip |
bcm53xx: refresh patches
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44931
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch b/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch index ffe46ec949..2964a26faa 100644 --- a/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch +++ b/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch @@ -15,7 +15,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c -@@ -2097,7 +2097,10 @@ struct pci_bus *pci_scan_root_bus(struct +@@ -2100,7 +2100,10 @@ struct pci_bus *pci_scan_root_bus(struct if (!found) pci_bus_update_busn_res_end(b, max); |