AXI_CLKGEN sync with upstream #84
Annotations
4 errors and 6 warnings
|
|
|
drivers/nvmem/adi_axi_sysid.c#L0
clang_analyzer: Failed to get compile command from compile_commands.json
|
|
|
|
drivers/nvmem/adi_axi_sysid.c#L0
assert_compiled: Was not compiled during kernel compilation.
|
|
drivers/spi/spi-axi-spi-engine.c#L483
clang_analyzer: Access to field 'bits_per_word' results in a dereference of a null pointer (loaded from field 'tx_xfer') [core.NullDereference]
483 | if (st->tx_xfer->bits_per_word <= 8) {
| ^
|
|
drivers/media/platform/adi/axi-hdmi-rx.c#L186
clang_analyzer: Value stored to 'size' is never read [deadcode.DeadStores]
186 | size = vb2_get_plane_payload(vb, 0);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/dma/virt-dma.h#L103
clang_analyzer: Value stored to 'cookie' is never read [deadcode.DeadStores]
103 | cookie = vd->tx.cookie;
| ^ ~~~~~~~~~~~~~
|
|
drivers/clk/clk-axi-clkgen.c#L457
clang_analyzer: The left operand of '&' is a garbage value [core.UndefinedBinaryOperatorResult]
457 | if (val & MMCM_CLK_DIV_NOCOUNT)
| ~~~ ^
|
|
drivers/clk/clk-axi-clkgen.c#L428
clang_analyzer: The left operand of '&' is a garbage value [core.UndefinedBinaryOperatorResult]
428 | div = (val1 & 0x3f) + ((val1 >> 6) & 0x3f);
| ^
|
|
drivers/clk/clk-axi-clkgen.c#L423
clang_analyzer: The left operand of '&' is a garbage value [core.UndefinedBinaryOperatorResult]
423 | if (val2 & MMCM_CLKOUT_NOCOUNT)
| ^
|
The logs for this run have expired and are no longer available.
Loading