aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlizhe <sensor1010@163.com>2022-03-19 23:45:29 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2022-04-26 09:12:45 -0700
commit9235d5118fa4e31f4d71c45d788b6f08d18ab6e0 (patch)
tree4c4333855be8a741a3a8c945e2f0c6a254f1c161
parentsoc: bcm: Check for NULL return of devm_kzalloc() (diff)
downloadlinux-dev-9235d5118fa4e31f4d71c45d788b6f08d18ab6e0.tar.xz
linux-dev-9235d5118fa4e31f4d71c45d788b6f08d18ab6e0.zip
bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver
Even if platform_driver does not set suppress_bind_attrs attribute, when registering with platform_driver_probe, the value of suppress_bind_attrs is still true, see __platform_driver_probe(). Signed-off-by: lizhe <sensor1010@163.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--drivers/bus/brcmstb_gisb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bus/brcmstb_gisb.c b/drivers/bus/brcmstb_gisb.c
index 183d5cc37d42..b0c3704777e9 100644
--- a/drivers/bus/brcmstb_gisb.c
+++ b/drivers/bus/brcmstb_gisb.c
@@ -536,7 +536,6 @@ static struct platform_driver brcmstb_gisb_arb_driver = {
.name = "brcm-gisb-arb",
.of_match_table = brcmstb_gisb_arb_of_match,
.pm = &brcmstb_gisb_arb_pm_ops,
- .suppress_bind_attrs = true,
},
};