Subject: [PATCH] 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: 142c6dc6d9d7 ("can: tcan4x5x: Add support for tcan4552/4553")
Signed-off-by: Markus Schneider-Pargmann <[email protected]>
---
drivers/net/can/m_can/tcan4x5x-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/can/m_can/tcan4x5x-core.c b/drivers/net/can/m_can/tcan4x5x-core.c
index 8a4143809d33..ae8c42f5debd 100644
--- a/drivers/net/can/m_can/tcan4x5x-core.c
+++ b/drivers/net/can/m_can/tcan4x5x-core.c
@@ -125,7 +125,7 @@ static const struct tcan4x5x_version_info tcan4x5x_versions[] = {
},
[TCAN4553] = {
.name = "4553",
- .id2_register = 0x32353534,
+ .id2_register = 0x33353534,
},
/* generic version with no id2_register at the end */
[TCAN4X5X] = {
--
2.40.1


2023-09-21 17:20:50

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH] can: tcan4x5x: Fix id2_register for tcan4553

On Tue, Sep 19, 2023 at 11:54:01AM +0200, Markus Schneider-Pargmann wrote:
> 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: 142c6dc6d9d7 ("can: tcan4x5x: Add support for tcan4552/4553")
> Signed-off-by: Markus Schneider-Pargmann <[email protected]>

Reviewed-by: Simon Horman <[email protected]>

2023-10-04 10:23:02

by Marc Kleine-Budde

[permalink] [raw]
Subject: Re: [PATCH] can: tcan4x5x: Fix id2_register for tcan4553

On 19.09.2023 11:54:01, Markus Schneider-Pargmann wrote:
> 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: 142c6dc6d9d7 ("can: tcan4x5x: Add support for tcan4552/4553")
> Signed-off-by: Markus Schneider-Pargmann <[email protected]>

Applied to linux-can/testing.

regards,
Marc

--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung Nürnberg | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |


Attachments:
(No filename) (733.00 B)
signature.asc (499.00 B)
Download all attachments