From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Chen Subject: RE: [PATCH 1/2] hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle Date: Thu, 7 Jul 2016 01:18:17 +0000 Message-ID: References: <1467684664-21155-1-git-send-email-peter.chen@nxp.com> <20160706193512.GB23833@tuxbot> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160706193512.GB23833@tuxbot> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Bjorn Andersson Cc: "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "mathieu.poirier@linaro.org" List-Id: linux-arm-msm@vger.kernel.org >On Mon 04 Jul 19:11 PDT 2016, Peter Chen wrote: > >> of_node_put needs to be called when the device node which is got from >> of_parse_phandle has finished using. >> >> Cc: linux-arm-kernel@lists.infradead.org >> Cc: linux-arm-msm@vger.kernel.org >> Signed-off-by: Peter Chen > >Applied. > >Please use get_maintainer.pl to find out whom to send patches to, I only stumbled >upon this while looking for something else. > There is no maintainer for this file. Below is the output for get_maintainer.pl: $ ./scripts/get_maintainer.pl patch_0705_2/0001-hwspinlock-qcom_hwspinlock-add-missing-of_node_put-a.patch linux-kernel@vger.kernel.org (open list) Thanks, Peter From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.chen@nxp.com (Peter Chen) Date: Thu, 7 Jul 2016 01:18:17 +0000 Subject: [PATCH 1/2] hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle In-Reply-To: <20160706193512.GB23833@tuxbot> References: <1467684664-21155-1-git-send-email-peter.chen@nxp.com> <20160706193512.GB23833@tuxbot> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >On Mon 04 Jul 19:11 PDT 2016, Peter Chen wrote: > >> of_node_put needs to be called when the device node which is got from >> of_parse_phandle has finished using. >> >> Cc: linux-arm-kernel at lists.infradead.org >> Cc: linux-arm-msm at vger.kernel.org >> Signed-off-by: Peter Chen > >Applied. > >Please use get_maintainer.pl to find out whom to send patches to, I only stumbled >upon this while looking for something else. > There is no maintainer for this file. Below is the output for get_maintainer.pl: $ ./scripts/get_maintainer.pl patch_0705_2/0001-hwspinlock-qcom_hwspinlock-add-missing-of_node_put-a.patch linux-kernel at vger.kernel.org (open list) Thanks, Peter