Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371614
b: refs/heads/master
c: 4c30cbc
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Inki Dae committed Apr 29, 2013
1 parent fa7db11 commit cbe59c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11963a638f7ac30f926f4358f7f699828408bb96
refs/heads/master: 4c30cbc0b9c89d90c5a0d08bfb62d7a6b6c88d33
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,6 @@ static int fimc_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);
Expand All @@ -1857,7 +1856,6 @@ static int fimc_remove(struct platform_device *pdev)
struct fimc_context *ctx = get_fimc_context(dev);
struct exynos_drm_ippdrv *ippdrv = &ctx->ippdrv;

devm_kfree(dev, ippdrv->prop_list);
exynos_drm_ippdrv_unregister(ippdrv);
mutex_destroy(&ctx->lock);

Expand Down

0 comments on commit cbe59c5

Please sign in to comment.