diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-08-17 17:58:31 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-08-17 17:58:31 +0530 |
commit | e48696fb207645ca381aa77a15d00fbf2aaf4086 (patch) | |
tree | 786fcbb15d04e859af50839d90d19fa9b99499b2 /drivers/dma | |
parent | 531dabc7a62919035f84ec994b21adbcffa7f519 (diff) | |
parent | 38fce264b12bab641f22cef59db5d5b0b0cd841f (diff) | |
download | linux-e48696fb207645ca381aa77a15d00fbf2aaf4086.tar.gz linux-e48696fb207645ca381aa77a15d00fbf2aaf4086.tar.bz2 linux-e48696fb207645ca381aa77a15d00fbf2aaf4086.zip |
Merge branch 'topic/nbpfaxi' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/nbpfaxi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/nbpfaxi.c b/drivers/dma/nbpfaxi.c index 2f9974ddfbb2..8c7b2e8703da 100644 --- a/drivers/dma/nbpfaxi.c +++ b/drivers/dma/nbpfaxi.c @@ -479,6 +479,7 @@ static size_t nbpf_xfer_size(struct nbpf_device *nbpf, default: pr_warn("%s(): invalid bus width %u\n", __func__, width); + /* fall through */ case DMA_SLAVE_BUSWIDTH_1_BYTE: size = burst; } |