Commit 22ecd65f authored by Guenter Roeck's avatar Guenter Roeck Committed by Sebastian Reichel

power/reset: xgene: Drop devm_kfree

Calling devm_kfree is unnecessary. Drop it.

Cc: Loc Ho <lho@apm.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent ef288f9f
...@@ -66,7 +66,6 @@ static int xgene_reboot_probe(struct platform_device *pdev) ...@@ -66,7 +66,6 @@ static int xgene_reboot_probe(struct platform_device *pdev)
ctx->csr = of_iomap(pdev->dev.of_node, 0); ctx->csr = of_iomap(pdev->dev.of_node, 0);
if (!ctx->csr) { if (!ctx->csr) {
devm_kfree(&pdev->dev, ctx);
dev_err(&pdev->dev, "can not map resource\n"); dev_err(&pdev->dev, "can not map resource\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment