[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220926205301.614077-1-broonie@kernel.org>
Date: Mon, 26 Sep 2022 21:53:01 +0100
From: broonie@...nel.org
To: Pavel Machek <pavel@....cz>,
Bernardo Rodrigues <bernardocrodrigues@...e.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the leds tree
Hi all,
After merging the leds tree, today's linux-next build (x86 allmodconfig)
failed like this:
/tmp/next/build/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds':
/tmp/next/build/drivers/leds/leds-pca963x.c:355:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
355 | if (hw_blink)
| ^~
/tmp/next/build/drivers/leds/leds-pca963x.c:357:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
357 | led->blinking = false;
| ^~~
cc1: all warnings being treated as errors
Caused by commit
fd6dd9584ed3ee6deb ("leds: pca963x: fix blink with hw acceleration")
I am continuing to use the version from 20220921.
Powered by blists - more mailing lists