diff options
| author | Adam Ford <[email protected]> | 2021-10-03 07:31:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-11 15:02:50 -0400 |
| commit | 5134f79ee6b6bccbc5b4ef9272d05b52d75a40e3 (patch) | |
| tree | 28d459b79ca4cd60b9c6c2af88931c0e470896af /scripts | |
| parent | 165e8fe5db64542d64fff6f81edb77c350e993cf (diff) | |
ARM: omap3_logic: Cleanup usage of MUX_VAL
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 all of them, and cleanup whitespace.
Reviewed-by: Wolfgang Denk <[email protected]>
Suggested-by: Wolfgang Denk <[email protected]>
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
