2022-11-23 07:34:20

by Heiko Schocher

[permalink] [raw]
Subject: [PATCH v1] can: sja1000: fix size of OCR_MODE_MASK define

bitfield mode in ocr register has only 2 bits not 3, so correct
the OCR_MODE_MASK define.

Signed-off-by: Heiko Schocher <[email protected]>
---

include/linux/can/platform/sja1000.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/can/platform/sja1000.h b/include/linux/can/platform/sja1000.h
index 5755ae5a4712..6a869682c120 100644
--- a/include/linux/can/platform/sja1000.h
+++ b/include/linux/can/platform/sja1000.h
@@ -14,7 +14,7 @@
#define OCR_MODE_TEST 0x01
#define OCR_MODE_NORMAL 0x02
#define OCR_MODE_CLOCK 0x03
-#define OCR_MODE_MASK 0x07
+#define OCR_MODE_MASK 0x03
#define OCR_TX0_INVERT 0x04
#define OCR_TX0_PULLDOWN 0x08
#define OCR_TX0_PULLUP 0x10
--
2.37.3


2022-11-24 14:54:39

by Marc Kleine-Budde

[permalink] [raw]
Subject: Re: [PATCH v1] can: sja1000: fix size of OCR_MODE_MASK define

On 23.11.2022 08:16:36, Heiko Schocher wrote:
> bitfield mode in ocr register has only 2 bits not 3, so correct
> the OCR_MODE_MASK define.
>
> Signed-off-by: Heiko Schocher <[email protected]>

Applied to linux-can.

Thanks,
Marc

--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung West/Dortmund | Phone: +49-231-2826-924 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |


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