diff options
author | Adam Ford <aford173@gmail.com> | 2021-10-03 07:31:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-11 15:02:50 -0400 |
commit | 5134f79ee6b6bccbc5b4ef9272d05b52d75a40e3 (patch) | |
tree | 28d459b79ca4cd60b9c6c2af88931c0e470896af /drivers/pwm/pwm-at91.c | |
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 <wd@denx.de>
Suggested-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-at91.c')
0 files changed, 0 insertions, 0 deletions