Commit e48696fb authored by Vinod Koul's avatar Vinod Koul

Merge branch 'topic/nbpfaxi' into for-linus

parents 531dabc7 38fce264
...@@ -479,6 +479,7 @@ static size_t nbpf_xfer_size(struct nbpf_device *nbpf, ...@@ -479,6 +479,7 @@ static size_t nbpf_xfer_size(struct nbpf_device *nbpf,
default: default:
pr_warn("%s(): invalid bus width %u\n", __func__, width); pr_warn("%s(): invalid bus width %u\n", __func__, width);
/* fall through */
case DMA_SLAVE_BUSWIDTH_1_BYTE: case DMA_SLAVE_BUSWIDTH_1_BYTE:
size = burst; size = burst;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment