commit | ddfd4ab6bb08832e1261d7c8c4ae11e5568485af | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Jul 07 13:08:27 2020 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Sep 22 13:49:09 2020 +0900 |
tree | 6c47d0bdef9aec82b7b85afc715b47f7bb8a186b | |
parent | 231a474dd2b1fbd47671ca1f56fa221d9b0e72cb [diff] |
drm/exynos: Fix dma_parms allocation Since commit 9495b7e92f71 ("driver core: platform: Initialize dma_parms for platform devices") driver core handles allocation of the dma_parms structure for platform device, so there is no need to manually allocate nor free it. Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>