diff options
-rw-r--r-- | drivers/pwm/pwm-stmpe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-stmpe.c b/drivers/pwm/pwm-stmpe.c index 9dc983a3cbf1..7c0e567ff71c 100644 --- a/drivers/pwm/pwm-stmpe.c +++ b/drivers/pwm/pwm-stmpe.c @@ -301,8 +301,6 @@ static int __init stmpe_pwm_probe(struct platform_device *pdev) return ret; } - platform_set_drvdata(pdev, pwm); - return 0; } |