Skip to content

Commit 1d03601

Browse files
intel-lab-lkpSantoshShilimkar
authored andcommitted
soc: ti: k3: fix semicolon.cocci warnings
drivers/soc/ti/k3-ringacc.c:616:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 3277e8a ("soc: ti: k3: add navss ringacc driver") CC: Grygorii Strashko <[email protected]> Signed-off-by: kernel test robot <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
1 parent 80ff73f commit 1d03601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/ti/k3-ringacc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ int k3_ringacc_ring_cfg(struct k3_ring *ring, struct k3_ring_cfg *cfg)
649649
ring->ops = NULL;
650650
ret = -EINVAL;
651651
goto err_free_proxy;
652-
};
652+
}
653653

654654
ring->ring_mem_virt = dma_alloc_coherent(ringacc->dev,
655655
ring->size * (4 << ring->elm_size),

0 commit comments

Comments
 (0)