]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-lp3943.c
thp: fix MADV_DONTNEED vs. MADV_FREE race
[linux.git] / drivers / pwm / pwm-lp3943.c
index 872ea76a4f1904059972e3430e2650171be9bb9e..52584e9962edd43adf83d9da04fc2e16672fcc87 100644 (file)
@@ -278,7 +278,6 @@ static int lp3943_pwm_probe(struct platform_device *pdev)
        lp3943_pwm->chip.dev = &pdev->dev;
        lp3943_pwm->chip.ops = &lp3943_pwm_ops;
        lp3943_pwm->chip.npwm = LP3943_NUM_PWMS;
-       lp3943_pwm->chip.can_sleep = true;
 
        platform_set_drvdata(pdev, lp3943_pwm);
 
This page took 0.03412 seconds and 4 git commands to generate.