bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver
authorlizhe <sensor1010@163.com>
Sun, 20 Mar 2022 06:45:29 +0000 (23:45 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 26 Apr 2022 16:12:45 +0000 (09:12 -0700)
commit9235d5118fa4e31f4d71c45d788b6f08d18ab6e0
tree4c4333855be8a741a3a8c945e2f0c6a254f1c161
parentb4bd2aafacce48db26b0a213d849818d940556dd
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>
drivers/bus/brcmstb_gisb.c