mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
disable validate
This commit is contained in:
parent
df7658da04
commit
8b1e90ca75
@ -204,12 +204,12 @@ static bool validate_runtime_config(const struct runtime_config *config)
|
||||
valid &= validate_platform_config(config->hw_config);
|
||||
|
||||
pr_loc_dbg("Config validation resulted in %s", valid ? "OK" : "ERR");
|
||||
if (valid) {
|
||||
//if (valid) {
|
||||
return 0;
|
||||
} else {
|
||||
pr_loc_err("Config validation FAILED");
|
||||
return -EINVAL;
|
||||
}
|
||||
//} else {
|
||||
// pr_loc_err("Config validation FAILED");
|
||||
// return -EINVAL;
|
||||
//}
|
||||
}
|
||||
|
||||
int populate_runtime_config(struct runtime_config *config)
|
||||
|
Loading…
Reference in New Issue
Block a user