mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Fixed uninitialized local vars.
This commit is contained in:
@@ -575,7 +575,7 @@ int process_cap_info(struct cap_info *cap,
|
||||
struct boot_resources *bootres,
|
||||
struct kernel_container *kcont)
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
switch (cap->type & CAP_RTYPE_MASK) {
|
||||
case CAP_RTYPE_THREADPOOL:
|
||||
|
||||
Reference in New Issue
Block a user