From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbdECMNF (ORCPT ); Wed, 3 May 2017 08:13:05 -0400 Received: from mail-yb0-f196.google.com ([209.85.213.196]:33002 "EHLO mail-yb0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956AbdECMMs (ORCPT ); Wed, 3 May 2017 08:12:48 -0400 MIME-Version: 1.0 In-Reply-To: <20170503154433.25ea1d10@canb.auug.org.au> References: <20170428124503.172ce783@canb.auug.org.au> <20170503154433.25ea1d10@canb.auug.org.au> From: Rob Herring Date: Wed, 3 May 2017 07:12:27 -0500 Message-ID: Subject: Re: linux-next: build warning after merge of the devicetree tree To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Frank Rowand Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 3, 2017 at 12:44 AM, Stephen Rothwell wrote: > Hi Rob, > > On Fri, 28 Apr 2017 12:45:03 +1000 Stephen Rothwell wrote: >> >> After merging the devicetree tree, today's linux-next build (x86_64 >> allmodconfig) produced this warning: >> >> drivers/of/unittest.c: In function 'of_unittest': >> drivers/of/unittest.c:2199:25: warning: 'last_sibling' may be used uninitialized in this function [-Wmaybe-uninitialized] >> last_sibling->sibling = overlay_base_root->child; >> ^ >> drivers/of/unittest.c:2122:22: note: 'last_sibling' was declared here >> struct device_node *last_sibling; >> ^ >> >> Introduced by commit >> >> 81d0848fc8d2 ("of: Add unit tests for applying overlays") > > Ping? Sorry, forgot to push out the fix. Now done. Rob