Commit 9235d511 authored by lizhe's avatar lizhe Committed by Florian Fainelli
Browse files

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: default avatarlizhe <sensor1010@163.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent b4bd2aaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
	},
};