From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbeCFBDy (ORCPT ); Mon, 5 Mar 2018 20:03:54 -0500 Received: from ozlabs.org ([103.22.144.67]:49733 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbeCFBDx (ORCPT ); Mon, 5 Mar 2018 20:03:53 -0500 Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Date: Tue, 6 Mar 2018 12:03:34 +1100 From: Stephen Rothwell To: Rob Herring Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the devicetree tree Message-ID: <20180306120334.0411e8eb@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/1J7UQABhlpEMDhgUFj0PhTz"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/1J7UQABhlpEMDhgUFj0PhTz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Rob, After merging the devicetree tree, today's linux-next build (powerpc_ppc64_defconfig) produced this warning: arch/powerpc/boot/fdt_ro.c: In function 'fdt_get_name': arch/powerpc/boot/fdt_ro.c:253:10: warning: implicit declaration of functio= n 'strrchr'; did you mean 'strchr'? [-Wimplicit-function-declaration] leaf =3D strrchr(nameptr, '/'); ^~~~~~~ strchr arch/powerpc/boot/fdt_ro.c:253:8: warning: assignment makes pointer from in= teger without a cast [-Wint-conversion] leaf =3D strrchr(nameptr, '/'); ^ Introduced by commit c0e8e5234671 ("scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65= c987") I presume that commit d308701979aa ("powerpc: boot: add strrchr function") was meant to address this, but it seems that it has no completely. --=20 Cheers, Stephen Rothwell --Sig_/1J7UQABhlpEMDhgUFj0PhTz Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAlqd6OYACgkQAVBC80lX 0GxL9Af/WZfjYWqWTdFGyMilT7NAPEe0iZ1FH2HKRdj1VifdI66r0vWW3plPBMni wtFsxrEGslf6G0g6xhLsz0i8eiyy9cip6iBri0TrOwaqun+uT5unRqxkceH5V+AL OlieUXRm2SFsa5RU2zE22fxhv5Cm5dah6QPCeMlfcFs0kXr93C1YbgWhBIQZLt4C Eke57PyPm17KRDgcl0Bo0g8LU02KXaey7X0hGdpXDLncjsruaVTqZadJa1umr6qk fTmYXdsuzM9C8rhCwvUqI1tRsN2SqVBwBrNQKvqErlF10V50SgS4jby2iY/YaG8+ p3uAMnlArICqAJnX2vKxM4nEFawkjQ== =2uOf -----END PGP SIGNATURE----- --Sig_/1J7UQABhlpEMDhgUFj0PhTz--