From: lizhe Date: Sun, 20 Mar 2022 06:45:29 +0000 (-0700) Subject: bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9235d5118fa4e31f4d71c45d788b6f08d18ab6e0;p=linux.git 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 Signed-off-by: Florian Fainelli --- diff --git a/drivers/bus/brcmstb_gisb.c b/drivers/bus/brcmstb_gisb.c index 183d5cc37d42c..b0c3704777e99 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, }, };