drm/exynos: Fix dma_parms allocation
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 7 Jul 2020 11:08:27 +0000 (13:08 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 22 Sep 2020 04:49:09 +0000 (13:49 +0900)
commitddfd4ab6bb08832e1261d7c8c4ae11e5568485af
tree6c47d0bdef9aec82b7b85afc715b47f7bb8a186b
parent231a474dd2b1fbd47671ca1f56fa221d9b0e72cb
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>
drivers/gpu/drm/exynos/exynos_drm_dma.c