diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-02-14 09:23:54 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-24 14:46:24 +0100 |
commit | 0d6bc3e18e6faf4a19e4b446857cec1d9f264c37 (patch) | |
tree | b80871fec6e06e715a043c7c960566df63e5b67e /Documentation/dev-tools | |
parent | 0dcfafe7d44d07de54a350bf138d921a00204dd4 (diff) | |
download | linux-0d6bc3e18e6faf4a19e4b446857cec1d9f264c37.tar.gz |
pwm: brcmstb: Remove useless locking
The lock only protects against concurrent users of the PWM API. This is not
expected to be necessary. And if there was such an issue, this is better
handled in the PWM core instead as it affects all drivers in the same way.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/dev-tools')
0 files changed, 0 insertions, 0 deletions