Code refactoring

Removed few dead assignments and added variables initialization.
This commit is contained in:
Michal Mielewczyk
2019-01-16 03:58:09 -05:00
parent b9fce50783
commit 916f46c893
7 changed files with 8 additions and 10 deletions

View File

@@ -268,6 +268,7 @@ int ocf_mngt_io_class_configure(ocf_cache_t cache,
result = _ocf_mngt_io_class_configure(cache, cfg);
ocf_mngt_cache_unlock(cache);
return 0;
return result;
}