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:
Yang Li 2021-11-24 10:02:12 +08:00 committed by Hans de Goede
parent e1dbdd2f4a
commit 37f34df84a
1 changed files with 1 additions and 1 deletions

View File

@ -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);