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