You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/net/rocker
Rodrigo Dias Correa 35ec474fd6 hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
of_dpa_cmd_add_acl_ip() is called from a single place, and despite the
fact that it always returns ROCKER_OK, its return value is still checked
by the caller.

Change of_dpa_cmd_add_acl_ip() to return void and remove the superfluous
check from of_dpa_cmd_add_acl().

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2471
Signed-off-by: Rodrigo Dias Correa <r@drigo.nl>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Message-id: 20241114075051.404284-1-r@drigo.nl
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2 weeks ago
..
qmp-norocker.c rocker: Tweak stubbed out monitor commands' error messages 2 years ago
rocker-hmp-cmds.c rocker: Move HMP commands from monitor to hw/net/rocker/ 2 years ago
rocker.c hw/net/rocker: Remove unused rocker_fp_ports 2 months ago
rocker.h hw/net/rocker: Remove unused rocker_fp_ports 2 months ago
rocker_desc.c bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx 2 years ago
rocker_desc.h
rocker_fp.c net: Provide MemReentrancyGuard * to qemu_new_nic() 1 year ago
rocker_fp.h rocker: Revamp fp_port_get_info 4 years ago
rocker_hw.h
rocker_of_dpa.c hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check 2 weeks ago
rocker_of_dpa.h Clean up ill-advised or unusual header guards 9 years ago
rocker_tlv.h
rocker_world.c
rocker_world.h