hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/drivers/pwm/pwm-gpio.c
....@@ -157,7 +157,6 @@
157157 pc->chip.npwm = 1;
158158 pc->chip.of_xlate = of_pwm_xlate_with_flags;
159159 pc->chip.of_pwm_n_cells = 3;
160
- pc->chip.can_sleep = true;
161160
162161 pc->gpiod = devm_gpiod_get(&pdev->dev, "pwm", GPIOD_OUT_LOW);
163162