From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753333AbdDFTy1 (ORCPT ); Thu, 6 Apr 2017 15:54:27 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:48221 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbdDFTyW (ORCPT ); Thu, 6 Apr 2017 15:54:22 -0400 Date: Thu, 6 Apr 2017 21:54:18 +0200 From: Andrew Lunn To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, vivien.didelot@savoirfairelinux.com, Rob Herring , Frank Rowand , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" Subject: Re: [PATCH] of: Make of_match_node() an inline stub for CONFIG_OF=n Message-ID: <20170406195418.GB30623@lunn.ch> References: <20170406193224.10046-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170406193224.10046-1-f.fainelli@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 06, 2017 at 12:32:24PM -0700, Florian Fainelli wrote: > Make of_match_node() an inline function when CONFIG_OF=n which allows the > compiler to eliminate warnings about unused variables. > > Suggested-by: Andrew Lunn > Signed-off-by: Florian Fainelli Thanks Florian, Reviewed-by: Andrew Lunn Andrew