Re: [PATCH] grtc.c: Fix four Missing break in switch Coverity errors

2021-03-04 Thread Daniel Hellstrom
Hi, The patch looks good. The fall through is by design intended. Thanks, Daniel Hellstrom Software Section Head T : +46 (0) 31 775 8657 F : +46 (0) 31 421407 dan...@gaisler.com To receive update notifications, please subscribe tohttps://gaisler.com/newsletter

[PATCH] grtc.c: Fix four Missing break in switch Coverity errors

2021-03-04 Thread Ryan Long
CID 1399761: Missing break in switch in process_dma(). CID 1399765: Missing break in switch in process_dma(). CID 1399766: Missing break in switch in process_dma(). CID 1399777: Missing break in switch in process_dma(). Closes #4277 --- bsps/shared/grlib/tmtc/grtc.c | 4 1 file changed, 4 in