From 2ab8297a7327864a2d622e4f4d884a829c89d2da Mon Sep 17 00:00:00 2001 From: Jeonghee Kim Date: Mon, 23 Apr 2018 14:51:36 +0900 Subject: [PATCH] media: mfc: use SYSTEM HEAP region for MFC normal F/W Change-Id: I9fba9b38ee47f238c25d702b51a3a0ee110f228e Signed-off-by: Jeonghee Kim --- drivers/media/platform/exynos/mfc/s5p_mfc_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c b/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c index 2a8bb348d12d..b30f3e132026 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c @@ -600,7 +600,7 @@ int s5p_mfc_alloc_firmware(struct s5p_mfc_dev *dev) mfc_debug(2, "Allocating memory for firmware.\n"); trace_mfc_loadfw_start(dev->fw.size, firmware_size); - dev->fw_buf.buftype = MFCBUF_NORMAL_FW; + dev->fw_buf.buftype = MFCBUF_NORMAL; dev->fw_buf.size = dev->fw.size; if (s5p_mfc_mem_ion_alloc(dev, &dev->fw_buf)) { mfc_err_dev("Allocating normal firmware buffer failed\n"); -- 2.20.1