diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-08-17 08:28:31 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-08-17 08:28:31 -0400 |
commit | e48696fb207645ca381aa77a15d00fbf2aaf4086 (patch) | |
tree | 786fcbb15d04e859af50839d90d19fa9b99499b2 | |
parent | 531dabc7a62919035f84ec994b21adbcffa7f519 (diff) | |
parent | 38fce264b12bab641f22cef59db5d5b0b0cd841f (diff) |
Merge branch 'topic/nbpfaxi' into for-linus
-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, | |||
479 | 479 | ||
480 | default: | 480 | default: |
481 | pr_warn("%s(): invalid bus width %u\n", __func__, width); | 481 | pr_warn("%s(): invalid bus width %u\n", __func__, width); |
482 | /* fall through */ | ||
482 | case DMA_SLAVE_BUSWIDTH_1_BYTE: | 483 | case DMA_SLAVE_BUSWIDTH_1_BYTE: |
483 | size = burst; | 484 | size = burst; |
484 | } | 485 | } |