提交 d5b0b5d6 编写于 作者: J Jean Delvare 提交者: Mark M. Hoffman

hwmon: (it87) Delete pwmN_freq files on driver removal

In commit f8d0c19a I forgot to delete
the pwmN_freq files on driver removal, here's the fix.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Acked-by: NRiku Voipio <riku.voipio@movial.fi>
Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
上级 293c0997
......@@ -933,6 +933,9 @@ static struct attribute *it87_attributes_opt[] = {
&sensor_dev_attr_pwm1.dev_attr.attr,
&sensor_dev_attr_pwm2.dev_attr.attr,
&sensor_dev_attr_pwm3.dev_attr.attr,
&dev_attr_pwm1_freq.attr,
&dev_attr_pwm2_freq.attr,
&dev_attr_pwm3_freq.attr,
&dev_attr_vrm.attr,
&dev_attr_cpu0_vid.attr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册