platform/x86: asus-wmi: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/platform/x86/asus-wmi.c:2386:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/1637719332-45224-1-git-send-email-yang.lee@linux.alibaba.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
e1dbdd2f4a
commit
37f34df84a
|
@ -2383,7 +2383,7 @@ static ssize_t fan_curve_enable_store(struct device *dev,
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
};
|
}
|
||||||
|
|
||||||
if (data->enabled) {
|
if (data->enabled) {
|
||||||
err = fan_curve_write(asus, data);
|
err = fan_curve_write(asus, data);
|
||||||
|
|
Loading…
Reference in New Issue