commit | d112e08f0c7369c544aa1add7af5b09da428e5b3 | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <hebad@vestas.com> | Mon May 22 16:26:58 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 29 14:34:19 2023 -0400 |
tree | 9906ea454fcc40ca9b3acc0fab37fc04ca5df0fa | |
parent | d452a0043d51f07bc5509b72f8443acd2b4bd0ec [diff] |
drivers: can: mcan: remove unused message marker split The Bosch M_CAN Message Marker, an 8-bit field copied from Tx Buffer elements to Tx Event FIFO elements to aid software in identifying Tx frame status, need not be split into an index and a count, as the count is unused. Remove this split and replace "struct can_mcan_mm" with a simple "uint8_t". Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>