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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66EB5C77B7D for ; Tue, 16 May 2023 02:26:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229486AbjEPC0z (ORCPT ); Mon, 15 May 2023 22:26:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbjEPC0y (ORCPT ); Mon, 15 May 2023 22:26:54 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 480A355B8; Mon, 15 May 2023 19:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=GnugNPutPlVuYeEKQjN7ib4ukmX05TpR35f6nxJ8cQM=; b=v5c333hYJNg1DOmWuMJELbufQs dO67D9KA6WT9XJwtAS2pFU8SsADR8cPgDkHXgLM4OTElZh3uvzLTjxk39K5CWvZZHzkBhEoLbEnhA pTYAhBKOT/vNSvP5yAWOv3NnvDMtmYrjkTMewBW8RFahTYF0W0DTUNr6/lx3HHDYun/vYPHeJnSN4 cbLZQNCA3cHoPILDA/zMHLmwwMmwRLI8/7zVfg98OmjDXCJw6HbL7CZlq9s3CweGE1pYZLf1LTNUj c91M61MZYDqU7p0JfjwcypW2F/xjIDgyGM++CfrdXi5dUHds0CvfVYd4K8oaNa0WXS7YWBWLeDfEk J99iq2nA==; Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pykOr-0048Pb-27; Tue, 16 May 2023 02:26:53 +0000 Message-ID: Date: Mon, 15 May 2023 19:26:53 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: linux-next: Tree for May 15 (drivers/macintosh/ams/ams-core.c) Content-Language: en-US To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , Benjamin Herrenschmidt , linuxppc-dev References: <20230515141235.0777c631@canb.auug.org.au> From: Randy Dunlap In-Reply-To: <20230515141235.0777c631@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 5/14/23 21:12, Stephen Rothwell wrote: > Hi all, > > Changes since 20230512: > ../drivers/macintosh/ams/ams-core.c: In function 'ams_init': ../drivers/macintosh/ams/ams-core.c:181:29: warning: unused variable 'np' [-Wunused-variable] 181 | struct device_node *np; | ^~ -- ~Randy