[PATCH net-next] net: microchip: vcap: Fix initialization of value and mask

Jakub Kicinski kuba at kernel.org
Mon Dec 12 13:02:24 PST 2022


On Fri, 9 Dec 2022 13:07:01 +0100 Horatiu Vultur wrote:
>  	case VCAP_FIELD_U128:
> +		value = data->u128.value;
> +		mask = data->u128.value;

If setting both to value is intentional - please mention in the commit
message. Otherwise this looks odd.



More information about the linux-arm-kernel mailing list