mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
net: can: rockchip: fix up the tx_id_mask bit error
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I1bb0b35abe53d37dfb99eeaf99416f0bc03cc70d
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
#define CAN_DLC(x) ((x) & GENMASK(3, 0))
|
||||
|
||||
#define CAN_TX_ID 0x54
|
||||
#define CAN_TX_ID_MASK 0xfffffff
|
||||
#define CAN_TX_ID_MASK 0x1fffffff
|
||||
|
||||
#define CAN_TX_DATA1 0x58
|
||||
|
||||
|
||||
Reference in New Issue
Block a user