Re: [PATCH] bus: ti-sysc: remove unneeded semicolon

2021-03-24 Thread Tony Lindgren
* Yang Li [210202 09:00]: > Eliminate the following coccicheck warning: > ./drivers/bus/ti-sysc.c:1595:2-3: Unneeded semicolon > ./drivers/bus/ti-sysc.c:2833:3-4: Unneeded semicolon Thanks applying into omap-for-v5.13/ti-sysc. Tony

[PATCH] bus: ti-sysc: remove unneeded semicolon

2021-02-01 Thread Yang Li
Eliminate the following coccicheck warning: ./drivers/bus/ti-sysc.c:1595:2-3: Unneeded semicolon ./drivers/bus/ti-sysc.c:2833:3-4: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/bus/ti-sysc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git