Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp21333343ybl; Mon, 6 Jan 2020 02:33:30 -0800 (PST) X-Google-Smtp-Source: APXvYqxtUBFFch3gVexvokMXCwx3NSIPU/7lurb8wzucshoVJ1Q9UmpPf2m7w2I97q/WwgkQ35l6 X-Received: by 2002:a05:6830:1d6e:: with SMTP id l14mr114375774oti.32.1578306810019; Mon, 06 Jan 2020 02:33:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578306810; cv=none; d=google.com; s=arc-20160816; b=o/+d6zyWf5KutQq7Fuxa0+lc2taceRfcGZF4+JaBuWatssKwGHEPOw577xsRBzB6GV e49ISs6XhhTZP6BIeFf+WsI2C75FGlGnSWSewXeRm4SOyQG25vdd3rdnqtuEKP/DSArW WAdWJH+L264x3/imLUu2ZnZrxcZ60HU1jyRJVHG8FZno5yObAavOr9kT4dNBN4Ed1Zse G/x5jLadHIiqsNaCt+M2Ud6NGqH/+GFpPPYS7SlG+sU7PXvcJ5sCsqIzufDvAx/BcxUx 7A/AoXNcdYSn7hk1csf8BbFxrguZBM2/+AlvzgY/QXOt3Z8PdA4V5Vwnbbqqrv4fSpn/ UxbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=++5ACb+mG8zIDZ8bgHkHcKJXcnBZ5ODEb5FmeDUk16I=; b=MUdThjGJVycaAQBa3ufgjJIQ1y/8j++GghaorY5YyIQX13rf0By/4JnNvTJEIly6cc AelxC2VD6fiW5gfTKDYbktw81qbzrPkPhD/n6z/+8bAQIIIHpIxIqiYKUFzdgZNZDSmR qsdrJn/hrk6vlnfAbehaxjO3/YRw2B+HMUuTTFFXzMpj1AGmnIsAHT3LO0xOMcETtoyq dd//KqnDfu/dStBv/2TrukLTQEL6FfKRZyZZLEMTg9L1D4Cok9OeKj02FAHubjI95Par gV8JzTvEDBkGSCB1l6/HUsGOcySVuUF/0xQfh0f2uz7hfYzPqo28KKJvf/YxfUUTNR+3 lywQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n2si34275662otk.177.2020.01.06.02.33.16; Mon, 06 Jan 2020 02:33:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726292AbgAFKcg (ORCPT + 99 others); Mon, 6 Jan 2020 05:32:36 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:57604 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbgAFKcg (ORCPT ); Mon, 6 Jan 2020 05:32:36 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 453461C24DF; Mon, 6 Jan 2020 11:32:34 +0100 (CET) Date: Mon, 6 Jan 2020 11:32:33 +0100 From: Pavel Machek To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the leds tree Message-ID: <20200106103233.GA32426@amd> References: <20200106142116.538320e1@canb.auug.org.au> <20200106093129.GA13043@bogon.m.sigxcpu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <20200106093129.GA13043@bogon.m.sigxcpu.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > After merging the leds tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > >=20 > > drivers/leds/leds-lm3692x.c: In function 'lm3692x_max_brightness': > > drivers/leds/leds-lm3692x.c:355:9: error: 'struct lm3692x_led' has no m= ember named 'brightness_ctrl' > > 355 | if (led->brightness_ctrl & LM3692X_MAP_MODE_EXP) { > > | ^~ >=20 > That's a result of a patch from the mid of the series not being applied. > 'leds: lm3692x: Allow to configure brigthness mode' introduces that > struct member. >=20 > > drivers/leds/leds-lm3692x.c: In function 'lm3692x_probe_dt': > > drivers/leds/leds-lm3692x.c:437:61: error: 'max_cur' undeclared (first = use in this function) > > 437 | ret =3D fwnode_property_read_u32(child, "led-max-microamp", &m= ax_cur); > > | ^~~= ~~~~ >=20 > That somehow got lost during merge of this commit: >=20 > https://lore.kernel.org/linux-leds/5826b77d42521595e93d01d53475a8881c= ad1875.1578134779.git.agx@sigxcpu.org/T/#u >=20 > Pavel, shall i send a patch to fix that up or should we rather try to > get the rest of the series in in the right order? Resetting linux-next > back to cffd61a5c7755546154539dcd7f36590e91e002f for the moment? I kept just three patches from the series, and pushed the result. Could I get the rest of the series, minus the "exponential" stuff, on top of that? Sorry for the confusion, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --KsGdsel6WgEHnImy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl4TDMEACgkQMOfwapXb+vL64wCfRJPB1iLMtc8RUuhSxUtEGFgt 564AnRHYHbKyJo38vncOvSVzW8HKgXo7 =y6cg -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy--