Commit 88e6546
committed
Merge tag 'dmaengine-fix-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Pull dmaengine fixes from Vinod Koul:
"A couple of small driver fixes:
- xilinx_dma: devm_platform_ioremap_resource error handling,
dma_set_mask_and_coherent failure handling, dt property read
cleanup
- refcount leak fix for of_xudma_dev_get()
- zynqmp_dma: coverity fix for enum typecast"
* tag 'dmaengine-fix-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning
dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure
dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling3 files changed
Lines changed: 17 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3040 | 3040 | | |
3041 | 3041 | | |
3042 | 3042 | | |
3043 | | - | |
3044 | | - | |
3045 | | - | |
| 3043 | + | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
3046 | 3047 | | |
3047 | 3048 | | |
3048 | 3049 | | |
| |||
3070 | 3071 | | |
3071 | 3072 | | |
3072 | 3073 | | |
3073 | | - | |
| 3074 | + | |
3074 | 3075 | | |
3075 | 3076 | | |
3076 | 3077 | | |
| |||
3090 | 3091 | | |
3091 | 3092 | | |
3092 | 3093 | | |
3093 | | - | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
3094 | 3099 | | |
3095 | 3100 | | |
3096 | 3101 | | |
| |||
3137 | 3142 | | |
3138 | 3143 | | |
3139 | 3144 | | |
3140 | | - | |
| 3145 | + | |
3141 | 3146 | | |
3142 | 3147 | | |
3143 | 3148 | | |
| |||
3172 | 3177 | | |
3173 | 3178 | | |
3174 | 3179 | | |
3175 | | - | |
3176 | | - | |
3177 | 3180 | | |
3178 | 3181 | | |
3179 | 3182 | | |
3180 | 3183 | | |
| 3184 | + | |
| 3185 | + | |
3181 | 3186 | | |
3182 | 3187 | | |
3183 | 3188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
| 852 | + | |
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
| |||
0 commit comments