Fix ADAQ4216 data capture #19
top-level.yml
on: pull_request
checks
/
checks
1m 25s
build_gcc_arm
/
build
3m 48s
build_gcc_x86_64
/
build
3m 15s
build_llvm_x86_64
/
build
5m 16s
build_gcc_aarch64
/
build
4m 21s
build_gcc_aarch64_adi_bcm2711_defconfig
/
build
build_gcc_aarch64_adi_bcm2712_defconfig
/
build
build_gcc_arm_adi_bcm2709_defconfig
/
build
build_gcc_arm_adi_bcm2711_defconfig
/
build
build_gcc_arm_adi_bcmrpi_defconfig
/
build
build_gcc_aarch64_adi_zynqmp_defconfig
/
build
build_gcc_arm_adi_versal_defconfig
/
build
build_gcc_arm_socfpga_adi_defconfig
/
build
build_gcc_arm_zynq_m2k_defconfig
/
build
build_gcc_arm_zynq_pluto_defconfig
/
build
build_gcc_arm_zynq_xcomm_adv7511_defconfig
/
build
many_devicetrees
/
build
assert_build_rpi
0s
assert_build_xlnx
0s
Annotations
6 errors and 8 warnings
|
build_gcc_arm / build
Process completed with exit code 1.
|
|
build_gcc_x86_64 / build
Process completed with exit code 1.
|
|
build_gcc_aarch64 / build
Process completed with exit code 1.
|
|
build_llvm_x86_64 / build
Process completed with exit code 1.
|
|
assert_checks
Process completed with exit code 1.
|
|
assert_checks
Some jobs didn't pass strict checks:
build_gcc_arm:
kernel
assert_state
build_gcc_aarch64:
kernel
assert_state
build_gcc_x86_64:
kernel
assert_state
build_llvm_x86_64:
kernel
assert_state
And non-strict checks:
checks:
checkpatch
|
|
build_gcc_arm / build
No files were found with the provided path: dist. No artifacts will be uploaded.
|
|
build_gcc_x86_64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
|
|
build_gcc_aarch64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
|
|
build_llvm_x86_64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
|
|
build_llvm_x86_64 / build:
drivers/misc/mathworks/mathworks_generic_of.c#L66
kernel: cast from 'void (*)(struct mathworks_ip_info *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict]
66 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)mwgen_of_unlink_i2c_adapter, thisIpcore);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
build_llvm_x86_64 / build:
drivers/misc/mathworks/mathworks_generic_of.c#L58
kernel: cast from 'void (*)(struct mathworks_ip_info *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict]
58 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)mwgen_of_unlink_i2c_device, thisIpcore);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
build_llvm_x86_64 / build:
drivers/misc/mathworks/mathworks_generic_of.c#L48
kernel: cast from 'void (*)(struct device *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict]
48 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)put_device, &thisIpcore->i2c->dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
build_llvm_x86_64 / build:
drivers/misc/mathworks/mathworks_generic_of.c#L37
kernel: cast from 'void (*)(struct device_node *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict]
37 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)of_node_put, slave_node);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|