[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1462191244-30758-2-git-send-email-pramod.gurav@linaro.org>
Date: Mon, 2 May 2016 17:44:04 +0530
From: Pramod Gurav <pramod.gurav@...aro.org>
To: broonie@...nel.org, rjw@...ysocki.net, ulf.hansson@...aro.org,
andy.gross@...aro.org
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, Pramod Gurav <pramod.gurav@...aro.org>
Subject: [PATCH 2/2] spi: qup: Add spi_master_put in remove function
Release memory allocated for spi master by calling spi_master_put in
.remove function.
Signed-off-by: Pramod Gurav <pramod.gurav@...aro.org>
---
drivers/spi/spi-qup.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c
index e42ff61..c338ef1 100644
--- a/drivers/spi/spi-qup.c
+++ b/drivers/spi/spi-qup.c
@@ -1030,6 +1030,8 @@ static int spi_qup_remove(struct platform_device *pdev)
pm_runtime_put_noidle(&pdev->dev);
pm_runtime_disable(&pdev->dev);
+ spi_master_put(master);
+
return 0;
}
--
1.8.2.1
Powered by blists - more mailing lists