From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B56EC4709C for ; Wed, 26 May 2021 19:04:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11512613CC for ; Wed, 26 May 2021 19:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234588AbhEZTFo (ORCPT ); Wed, 26 May 2021 15:05:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:40984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235809AbhEZTFQ (ORCPT ); Wed, 26 May 2021 15:05:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id A1288615A0; Wed, 26 May 2021 19:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622055807; bh=3hMxEGoyW7OclA5SKNvwVOLY/wDAVs1jeFoFU2KyO4M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CuAXZkd/taWL0Aav28obGCbAtadwvU5iu0R9xv66cehAEQ4UnVtmGmoV7/2SU+g8R mQ9Lr9ttlEWfKtxMMKdNYc+a/L82tBg1ZN9omNWi4XDL5BndY/cfvAjAgOoyoQ9N3h 3foxPBrhKm9XLrBu5Z8n/LqoNFC932hKt615u8S5t4PYFG5Co+XsLs0gjWreoaMZAW ZVDQhKX47HxeGrb7G30yCoHinAgfQcquSYmvIWuAwe6isVAKbZ4uRL77SHcPcqRl/k e3mjqWqs2CSrhfeq4sMpd0LmlpV6E8xBU6ZmqiHTOnEwOV31J8GoXGYpULe7Bde0FK A4DnZQZ0Atn2Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] thermal: qcom: add missing put_device() call in init_common() From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <162205580764.26840.187510569697242519.git-patchwork-notify@kernel.org> Date: Wed, 26 May 2021 19:03:27 +0000 References: <1616465387-2973-1-git-send-email-dj0227@163.com> In-Reply-To: <1616465387-2973-1-git-send-email-dj0227@163.com> To: Jian Dong Cc: linux-arm-msm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Tue, 23 Mar 2021 10:09:47 +0800 you wrote: > From: Jian Dong > > Fixes coccicheck ERROR: > > drivers/thermal/qcom/tsens.c:759:4-10: ERROR: missing put_device; > call of_find_device_by_node on line 715, but without a corresponding > object release within this function. > > [...] Here is the summary with links: - thermal: qcom: add missing put_device() call in init_common() https://git.kernel.org/qcom/c/f4136863e889 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html