On 23/7/26 09:00, Bernhard Beschow wrote:
Use the existing `rx_smb0` message buffer view for register masks instead of the raw register array. Since all accesses now use the structured view, remove the redundant `rx_smb0_raw` union member.Signed-off-by: Bernhard Beschow <[email protected]> --- include/hw/net/flexcan.h | 5 +---- hw/net/can/flexcan.c | 12 ++++++++++-- 2 files changed, 11 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
