From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb0-x244.google.com ([2607:f8b0:4002:c09::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d0uVt-0005bd-0M for linux-mtd@lists.infradead.org; Wed, 19 Apr 2017 18:39:39 +0000 Received: by mail-yb0-x244.google.com with SMTP id b2so1789689yba.3 for ; Wed, 19 Apr 2017 11:39:13 -0700 (PDT) Date: Wed, 19 Apr 2017 11:39:10 -0700 From: Brian Norris To: Boris Brezillon Cc: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , David Woodhouse , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH] mtd: use dev_of_node helper in mtd_get_of_node Message-ID: <20170419183910.GB20555@google.com> References: <20170331091148.19816-1-zajec5@gmail.com> <20170331114950.726c9cb7@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170331114950.726c9cb7@bbrezillon> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 31, 2017 at 11:49:50AM +0200, Boris Brezillon wrote: > On Fri, 31 Mar 2017 11:11:48 +0200 > Rafał Miłecki wrote: > > > From: Rafał Miłecki > > > > This allows better compile-time optimizations with CONFIG_OF disabled. > > > > Signed-off-by: Rafał Miłecki > > Not sure we care about such micro-optimizations, but it shouldn't hurst > so, > > Acked-by: Boris Brezillon Applied