Loading drivers/hwmon/pwm-fan.c +0 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ static int pwm_fan_probe(struct platform_device *pdev) return PTR_ERR(ctx->pwm); } dev_set_drvdata(&pdev->dev, ctx); platform_set_drvdata(pdev, ctx); /* Set duty cycle to maximum allowed */ Loading Loading
drivers/hwmon/pwm-fan.c +0 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ static int pwm_fan_probe(struct platform_device *pdev) return PTR_ERR(ctx->pwm); } dev_set_drvdata(&pdev->dev, ctx); platform_set_drvdata(pdev, ctx); /* Set duty cycle to maximum allowed */ Loading