Commits
Robby Cai committed 4cfc9a7d835
LF-105-1 dmaengine: pxp: fix build warning of fall through Fix the following build warning: ../drivers/dma/pxp/pxp_dma_v3.c: In function 'pxp_store_shift_ctrl_config': ../drivers/dma/pxp/pxp_dma_v3.c:1700:17: warning: this statement may fall through [-Wimplicit-fallthrough=] shift_bypass = 1; ~~~~~~~~~~~~~^~~ ../drivers/dma/pxp/pxp_dma_v3.c:1701:3: note: here case PXP_PIX_FMT_YVYU: ^~~~ ../drivers/dma/pxp/pxp_dma_v3.c:1705:17: warning: this statement may fall through [-Wimplicit-fallthrough=] shift_bypass = 1; ~~~~~~~~~~~~~^~~ ../drivers/dma/pxp/pxp_dma_v3.c:1706:3: note: here case PXP_PIX_FMT_NV61: ^~~~ Signed-off-by: Robby Cai <robby.cai@nxp.com> Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> (cherry picked from commit c1ca344b32c914c89cbcf307a2e1313ad82a0b71)