|
@@ -1748,7 +1748,6 @@ static int gsc_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
|
|
|
err_ippdrv_register:
|
|
|
- devm_kfree(dev, ippdrv->prop_list);
|
|
|
pm_runtime_disable(dev);
|
|
|
err_get_irq:
|
|
|
free_irq(ctx->irq, ctx);
|
|
@@ -1761,7 +1760,6 @@ static int gsc_remove(struct platform_device *pdev)
|
|
|
struct gsc_context *ctx = get_gsc_context(dev);
|
|
|
struct exynos_drm_ippdrv *ippdrv = &ctx->ippdrv;
|
|
|
|
|
|
- devm_kfree(dev, ippdrv->prop_list);
|
|
|
exynos_drm_ippdrv_unregister(ippdrv);
|
|
|
mutex_destroy(&ctx->lock);
|
|
|
|