aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-thunder-ecam.c
diff options
context:
space:
mode:
authorBjorn Helgaas2017-04-28 10:38:13 -0500
committerBjorn Helgaas2017-04-28 10:38:13 -0500
commit3146c8f4de9b0858794a902f273aec13f168596e (patch)
treea98617d22761b5b620ac2af829e15f9afe6d00ea /drivers/pci/host/pci-thunder-ecam.c
parentef1b5dad5a386885998d11eb45ca7fd183079965 (diff)
parenta5f40e8098fe6d983fdb3beb7b50a8067c136141 (diff)
Merge branch 'pci/remove' into next
* pci/remove: PCI: Don't allow unbinding host controllers that aren't prepared
Diffstat (limited to 'drivers/pci/host/pci-thunder-ecam.c')
-rw-r--r--drivers/pci/host/pci-thunder-ecam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-thunder-ecam.c b/drivers/pci/host/pci-thunder-ecam.c
index 3f54a43bbbea..fc0ca03f280e 100644
--- a/drivers/pci/host/pci-thunder-ecam.c
+++ b/drivers/pci/host/pci-thunder-ecam.c
@@ -373,6 +373,7 @@ static struct platform_driver thunder_ecam_driver = {
.driver = {
.name = KBUILD_MODNAME,
.of_match_table = thunder_ecam_of_match,
+ .suppress_bind_attrs = true,
},
.probe = thunder_ecam_probe,
};