Commit 37f34df8 authored by Yang Li's avatar Yang Li Committed by Hans de Goede

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1637719332-45224-1-git-send-email-yang.lee@linux.alibaba.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent e1dbdd2f
......@@ -2383,7 +2383,7 @@ static ssize_t fan_curve_enable_store(struct device *dev,
break;
default:
return -EINVAL;
};
}
if (data->enabled) {
err = fan_curve_write(asus, data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment