Re: [PATCH] ARM: omap3_logic: Cleanup usage of MUX_VAL

2021-09-28 Thread Wolfgang Denk
Dear Adam Ford, In message <20210927183030.506532-1-aford...@gmail.com> you wrote: > The macro called MUX_VAL generates a writel instruction with > semicolon at the end. This table was written to use semicolons, > however one was missed: > >MUX_VAL(CP(SYS_BOOT2), (IEN | PTD | DIS |

[PATCH] ARM: omap3_logic: Cleanup usage of MUX_VAL

2021-09-27 Thread Adam Ford
The macro called MUX_VAL generates a writel instruction with semicolon at the end. This table was written to use semicolons, however one was missed: MUX_VAL(CP(SYS_BOOT2), (IEN | PTD | DIS | M4))/* GPIO_4 */ Since the extra semicolon is unnecessary with the use of the macro, remove