|
@@ -2165,9 +2165,6 @@ static ssize_t store_int_with_restart(struct device *s,
|
|
if (check_interval == old_check_interval)
|
|
if (check_interval == old_check_interval)
|
|
return ret;
|
|
return ret;
|
|
|
|
|
|
- if (check_interval < 1)
|
|
|
|
- check_interval = 1;
|
|
|
|
-
|
|
|
|
mutex_lock(&mce_sysfs_mutex);
|
|
mutex_lock(&mce_sysfs_mutex);
|
|
mce_restart();
|
|
mce_restart();
|
|
mutex_unlock(&mce_sysfs_mutex);
|
|
mutex_unlock(&mce_sysfs_mutex);
|