From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: qcom/emac: fix device tree initialization Date: Tue, 29 May 2018 10:06:44 -0400 (EDT) Message-ID: <20180529.100644.1020103941854862274.davem@davemloft.net> References: <1527384554-14493-1-git-send-email-timur@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: arnd@arndb.de, hpuranik@codeaurora.org, netdev@vger.kernel.org To: timur@codeaurora.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55670 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934175AbeE2OGq (ORCPT ); Tue, 29 May 2018 10:06:46 -0400 In-Reply-To: <1527384554-14493-1-git-send-email-timur@codeaurora.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Timur Tabi Date: Sat, 26 May 2018 20:29:14 -0500 > Commit "net: qcom/emac: Encapsulate sgmii ops under one structure" > introduced the sgmii_ops structure, but did not correctly initialize > it on device tree platforms. This resulted in compiler warnings when > ACPI is not enabled. > > Reported-by: Arnd Bergmann > Signed-off-by: Timur Tabi Applied to net-next, thank you.