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=-12.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 B133FC10F13 for ; Tue, 16 Apr 2019 14:24:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7F8BA20693 for ; Tue, 16 Apr 2019 14:24:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="IbtFJ/Fc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7F8BA20693 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=GbVFeq63bgYT+ACPQBd0+73UTkhPQc9ngZjnxo0yj3M=; b=IbtFJ/Fc5G0u/Y tMHdlcM07PVfXpoSKzuziNPQAqNd1mT2D/IuTxAgkH1I4mWXnwT7amNDe34K3KpuaVuSt4WdN921R asoadCngtDSRrdB8FRjbwrtydaIElFHIRrXc/myHO1iN0LHK5U7lXI6WXo3wf3HXBBiQp4DS4Hpof 86QwyLc1FtYFQ2z4AMKRpgeJ4PHr6/6rBOMWayNtscGVtZuOMQIshGTzEJbp1979c/njsqD2oo+T7 Ffw7Bf2RzIbED59RPQmbTCgRPF7LnDMbWWIh/rp4blbpU85XLmYzMxb8weQdmanf2JidFABUWwjQy QrWcy/zTvKovCux0Q/3w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGP0z-0006oy-Bk; Tue, 16 Apr 2019 14:24:49 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGP0c-0006YM-Fz for linux-arm-kernel@lists.infradead.org; Tue, 16 Apr 2019 14:24:27 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 568E9EBD; Tue, 16 Apr 2019 07:24:26 -0700 (PDT) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0038A3F59C; Tue, 16 Apr 2019 07:24:24 -0700 (PDT) Date: Tue, 16 Apr 2019 15:24:22 +0100 From: Sudeep Holla To: ARM SoC Team , ALKML Subject: [GIT PULL] firmware: arm_scmi: fixes/cleanup for v5.2 Message-ID: <20190416142422.GC24669@e107155-lin> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190416_072426_536032_A82FBD2B X-CRM114-Status: GOOD ( 10.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Olof Johansson , Lorenzo Pieralisi , Sudeep Holla , Arnd Bergmann , Kevin Hilman Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -- The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2 for you to fetch changes up to d9350f21e5fe2614e1f78ef20c3a3e83c4a36391: firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() (2019-04-12 18:11:18 +0100) ---------------------------------------------------------------- ARM SCMI fixes/cleanup for v5.2 1. Fix for of_node reference leak in scmi_mailbox_check by passing NULL argument to of_parse_phandle_with_args instead of dummy argument 2. Cleanup of_match_device->data NULL pointer handling using of_device_get_match_data() helper ---------------------------------------------------------------- Aditya Pakki (1): firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() Steven Price (1): firmware: arm_scmi: fix of_node leak in scmi_mailbox_check drivers/firmware/arm_scmi/driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel