e3914ed6cf
Clang static analysis reports this error
adf7242.c:887:6: warning: Assigned value is garbage or undefined
len = len_u8;
^ ~~~~~~
len_u8 is set in
adf7242_read_reg(lp, 0, &len_u8);
When this call fails, len_u8 is not set.
So check the return code.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
adf7242.c | ||
at86rf230.c | ||
at86rf230.h | ||
atusb.c | ||
atusb.h | ||
ca8210.c | ||
cc2520.c | ||
fakelb.c | ||
mac802154_hwsim.c | ||
mac802154_hwsim.h | ||
mcr20a.c | ||
mcr20a.h | ||
mrf24j40.c |