Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754051AbbLJAtq (ORCPT ); Wed, 9 Dec 2015 19:49:46 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:23700 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbbLJAto (ORCPT ); Wed, 9 Dec 2015 19:49:44 -0500 X-AuditID: cbfec7f4-f79026d00000418a-da-5668cc253120 Subject: Re: [PATCH 3.19.y-ckt 084/164] thermal: exynos: Fix unbalanced regulator disable on probe failure To: Kamal Mostafa , linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com References: <1449075615-20754-1-git-send-email-kamal@canonical.com> <1449075615-20754-85-git-send-email-kamal@canonical.com> <56682B8F.20006@samsung.com> Cc: k.kozlowski.k@gmail.com, Eduardo Valentin From: Krzysztof Kozlowski Message-id: <5668CC21.1070103@samsung.com> Date: Thu, 10 Dec 2015 09:49:37 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <56682B8F.20006@samsung.com> Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrOLMWRmVeSWpSXmKPExsVy+t/xa7qqZzLCDKZtULeYf+Uaq8Xzfz/Y LV6/MLT4fnU3i8WcR5vYLS7vmsNmsWDjI0YHdo9ZDb1sHjtn3WX3uHbjPotH35ZVjB6fN8kF sEZx2aSk5mSWpRbp2yVwZcw5uI+14A9vRdOtCawNjKe5uxg5OCQETCSmfXXpYuQEMsUkLtxb z9bFyMUhJLCUUeLFyh5mCOcpo8Sf/iuMIA3CAjkS60/KgjSICNRKXDr3mhGiZi6jxIeXh1lB EswCzhJtB6ezgNhsAsYSm5cvYQOxeQW0JBYfvswMYrMIqEp03H7GAjJTVCBCYtGOTIgSQYkf k++BtXIKaEo0vW8GW8ssoCPxdVIExHR5ic1r3jJPYBSYhaRjFkLVLCRVCxiZVzGKppYmFxQn peca6hUn5haX5qXrJefnbmKEBPeXHYyLj1kdYhTgYFTi4b3gkh4mxJpYVlyZe4hRgoNZSYRX 53RGmBBvSmJlVWpRfnxRaU5q8SFGaQ4WJXHeubvehwgJpCeWpGanphakFsFkmTg4pRoYTQIK zF8dre1UdNV8wjaPc/u5BRKrVj4QOeS6WFuROdpG2PLHu8UdmvPZEqIqrbq9WyxM6xeeCbaa /rm7dP0M99gnej0LHCu5zYL8m36enlD46ciEYOn1KQXFuQ0F7G+av77KDLKftyRD/ojIPvWH XhePzv26o/h5l4O/Y2n3zFM7wvt+yLUosRRnJBpqMRcVJwIAlNuSF2oCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1986 Lines: 52 On 09.12.2015 22:24, Krzysztof Kozlowski wrote: > W dniu 03.12.2015 o 01:58, Kamal Mostafa pisze: >> 3.19.8-ckt11 -stable review patch. If anyone has any objections, please let me know. >> >> ------------------ >> >> From: Krzysztof Kozlowski >> >> commit 824ead03b78403a21449cb7eb153a4344cd3b4c8 upstream. >> >> During probe if the regulator could not be enabled, the error exit path >> would still disable it. This could lead to unbalanced counter of >> regulator enable/disable. >> >> The patch moves code for getting and enabling the regulator from >> exynos_map_dt_data() to probe function because it is really not a part >> of getting Device Tree properties. >> >> Acked-by: Lukasz Majewski >> Tested-by: Lukasz Majewski >> Reviewed-by: Alim Akhtar >> Signed-off-by: Krzysztof Kozlowski >> Fixes: 5f09a5cbd14a ("thermal: exynos: Disable the regulator on probe failure") >> Signed-off-by: Eduardo Valentin >> Signed-off-by: Kamal Mostafa >> --- >> drivers/thermal/samsung/exynos_tmu.c | 33 ++++++++++++++++----------------- >> 1 file changed, 16 insertions(+), 17 deletions(-) > > This patch shouldn't be backported before 4.2. It fixes a bug introduced > in 4.2: 5f09a5cbd14a. > > For kernels <4.2 this bug does not exist but fortunately the patch looks > harmless. Anyway I think that still it shouldn't be ported for <4.2. > > Best regards, > Krzysztof > Sorry for the noise, I was wrong. Luis pointed out that the 5f09a5cbd14a was itself backported to 3.19 so this applies to backporting as well. No objections from my side. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/