浏览代码

Merge branch 'topic/nbpfaxi' into for-linus

Vinod Koul 7 年之前
父节点
当前提交
e48696fb20
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/dma/nbpfaxi.c

+ 1 - 0
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;
 	}