“15d5f8398311f565682959daaca30e3ca7aea600”上不存在“arch/x86/kernel/cpu/mcheck/mce_intel_64.c”
[media] c8sectpfe: fix ininitialized error return on firmware load failure
static analysis with cppcheck detected the following error:
[drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c:1210]:
(error) Uninitialized variable: ret
ret is never initialised, so garbage is being returned. Instead
return the error return from the call of request_firmware_nowait
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Showing
想要评论请 注册 或 登录