Skip to content

Commit a9967c9

Browse files
scosumarckleinebudde
authored andcommitted
can: tcan4x5x: Fix id2_register for tcan4553
Fix id2_register content for tcan4553. This slipped through my testing. Reported-by: Sean Anderson <[email protected]> Closes: https://lore.kernel.org/lkml/[email protected]/ Fixes: 142c6dc ("can: tcan4x5x: Add support for tcan4552/4553") Signed-off-by: Markus Schneider-Pargmann <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/all/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent b5efb4e commit a9967c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/m_can/tcan4x5x-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static const struct tcan4x5x_version_info tcan4x5x_versions[] = {
125125
},
126126
[TCAN4553] = {
127127
.name = "4553",
128-
.id2_register = 0x32353534,
128+
.id2_register = 0x33353534,
129129
},
130130
/* generic version with no id2_register at the end */
131131
[TCAN4X5X] = {

0 commit comments

Comments
 (0)