diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-12-02 11:31:30 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-12-02 11:31:29 -0800 |
| commit | fbbb7d9af6faf01b3fe05f9a91d1a0b56049fc0a (patch) | |
| tree | 6d5916ed776f368f88e7dfc8c31b3c65df9c83b6 /include/linux/platform_data | |
| parent | c2f54771deefa34bfb74bf1100ac1dd36eb89a84 (diff) | |
| parent | defeb52f60ad863f571dc25e645b551e25b5b94f (diff) | |
Merge "Merge android-4.4-p.203 (40ef73d) into msm-4.4"
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dma-ep93xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-ep93xx.h b/include/linux/platform_data/dma-ep93xx.h index e82c642fa53c..5913be0793a2 100644 --- a/include/linux/platform_data/dma-ep93xx.h +++ b/include/linux/platform_data/dma-ep93xx.h @@ -84,7 +84,7 @@ static inline enum dma_transfer_direction ep93xx_dma_chan_direction(struct dma_chan *chan) { if (!ep93xx_dma_chan_is_m2p(chan)) - return DMA_NONE; + return DMA_TRANS_NONE; /* even channels are for TX, odd for RX */ return (chan->chan_id % 2 == 0) ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM; |
