Re: [PATCH 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]

2024-12-18 Thread Sinan Akman
On 2024-12-15 10:18, J. Neuschäfer via B4 Relay wrote: From: "J. Neuschäfer" To increase readability, use the defined constant instead of specifying SPCR[TBEN] as a number. Signed-off-by: J. Neuschäfer --- arch/powerpc/cpu/mpc83xx/interrupts.c | 3 ++- 1 file changed, 2 insertions(+), 1 d

[PATCH 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]

2024-12-15 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" To increase readability, use the defined constant instead of specifying SPCR[TBEN] as a number. Signed-off-by: J. Neuschäfer --- arch/powerpc/cpu/mpc83xx/interrupts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/cpu/mpc83xx/interrupts