diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2016-01-21 14:04:59 (GMT) |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-01-21 14:04:59 (GMT) |
commit | ff01c944cfa939f3474c28d88223213494aedf0b (patch) | |
tree | 8afb1372654d843dca5e0969ddfd58cb5bda7c3a /drivers/nvdimm | |
parent | 074726402b82f14ca377da0b4a4767674c3d1ff8 (diff) | |
download | linux-ff01c944cfa939f3474c28d88223213494aedf0b.tar.xz |
pwm: Mark all devices as "might sleep"
Commit d1cd21427747 ("pwm: Set enable state properly on failed call to
enable") introduced a mutex that is needed to protect internal state of
PWM devices. Since that mutex is acquired in pwm_set_polarity() and in
pwm_enable() and might potentially block, all PWM devices effectively
become "might sleep".
It's rather pointless to keep the .can_sleep field around, but given
that there are external users let's postpone the removal for the next
release cycle.
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/nvdimm')
0 files changed, 0 insertions, 0 deletions