../drivers/net/mctp/mctp-pcc.c:327:6: warning: variable 'rc' is uninitialized when used here [-Wuninitialized] 327 | if (rc) | ^~ ../drivers/net/mctp/mctp-pcc.c:303:8: note: initialize the variable 'rc' to silence this warning 303 | int rc; | ^ | = 0 1 warning generated. ../drivers/net/mctp/mctp-pcc.c:327:6: warning: variable 'rc' is uninitialized when used here [-Wuninitialized] 327 | if (rc) | ^~ ../drivers/net/mctp/mctp-pcc.c:303:8: note: initialize the variable 'rc' to silence this warning 303 | int rc; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.a5SImznR9i 2025-09-03 21:17:29.035925255 -0700 +++ /tmp/tmp.3puSOixhD5 2025-09-03 21:21:09.617487018 -0700 @@ -0,0 +1,8 @@ +../drivers/net/mctp/mctp-pcc.c:327:6: warning: variable 'rc' is uninitialized when used here [-Wuninitialized] + 327 | if (rc) + | ^~ +../drivers/net/mctp/mctp-pcc.c:303:8: note: initialize the variable 'rc' to silence this warning + 303 | int rc; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.IrAMM7FlMk 2025-09-03 21:24:32.597780827 -0700 +++ /tmp/tmp.stmy59CIKx 2025-09-03 21:24:32.600780804 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/mctp/mctp-pcc.c