1
0
Fork 0

Merge branch 'topic/nbpfaxi' into for-linus

hifive-unleashed-5.1
Vinod Koul 2018-08-17 17:58:31 +05:30
commit e48696fb20
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}