[GIT PULL] i2c-host-fixes for v6.9-rc3
From: Andi Shyti
Date: Fri Apr 05 2024 - 21:14:28 EST
Hi Wolfram,
Just one build fix from Arnd in this series, sent from the
beaches of the Canary Islands.
I was also tempted to include Heiner's build fix regarding the
I2C_MUX dependency. However, because it arrived late in the week
and I wanted to reproduce it myself, I decided to postpone it
until next week.
Thanks,
Andi
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:
Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.9-rc3
for you to fetch changes up to 95197779091166b9ed4b1c630c13600abf94ada7:
i2c: pxa: hide unused icr_bits[] variable (2024-04-04 01:07:57 +0200)
----------------------------------------------------------------
An unused const variable kind of error has been fixed by placing
the definition of icr_bits[] inside the ifdef block where it is
used.
----------------------------------------------------------------
Arnd Bergmann (1):
i2c: pxa: hide unused icr_bits[] variable
drivers/i2c/busses/i2c-pxa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)