https://github.com/torvalds/linux
Revision 463e8f845cbf1c01e4cc8aeef1703212991d8e1e authored by Peter Rosin on 14 September 2016, 13:24:12 UTC, committed by Wolfram Sang on 21 September 2016, 21:10:21 UTC
The cached value of the last selected channel prevents retries on the
next call, even on failure to update the selected channel. Fix that.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
1 parent 371a015
Raw File
Tip revision: 463e8f845cbf1c01e4cc8aeef1703212991d8e1e authored by Peter Rosin on 14 September 2016, 13:24:12 UTC
i2c: mux: pca954x: retry updating the mux selection on failure
Tip revision: 463e8f8
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top