diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-08-12 03:18:03 +0300 |
---|---|---|
committer | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-08-21 03:42:34 +0300 |
commit | 377ec83643efcae869528b4b26a5070fdeba3abd (patch) | |
tree | acfdae3e09f351a385baf1e342266cb2de41194e /arch/arm/mach-rpc/riscpc.c | |
parent | 609488bc979f99f805f34e9a32c1e3b71179d10b (diff) | |
download | linux-377ec83643efcae869528b4b26a5070fdeba3abd.tar.xz |
dmaengine: fsldma: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through.
Fix the following warnings (Building: powerpc-ppa8548_defconfig powerpc):
drivers/dma/fsldma.c: In function ‘fsl_dma_chan_probe’:
drivers/dma/fsldma.c:1165:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
chan->toggle_ext_pause = fsl_chan_toggle_ext_pause;
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/dma/fsldma.c:1166:2: note: here
case FSL_DMA_IP_83XX:
^~~~
Reported-by: kbuild test robot <lkp@intel.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'arch/arm/mach-rpc/riscpc.c')
0 files changed, 0 insertions, 0 deletions