mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
i2c-host-fixes for v6.15-rc6
- omap: use correct function to read from device tree - MAINTAINERS: remove Seth from ISMT maintainership -----BEGIN PGP SIGNATURE----- iIwEABYKADQWIQScDfrjQa34uOld1VLaeAVmJtMtbgUCaB3svBYcYW5kaS5zaHl0 aUBrZXJuZWwub3JnAAoJENp4BWYm0y1u+LYBAM9HQg3hDogvUTzT1bDUeBzAtNPk brPFmUSi9wFZp8L1AQDwdTQSZOFp5yjboAtU5/MDBTFxdPlROkxrzror6wDDDA== =HzZn -----END PGP SIGNATURE----- Merge tag 'i2c-host-fixes-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current i2c-host-fixes for v6.15-rc6 - omap: use correct function to read from device tree - MAINTAINERS: remove Seth from ISMT maintainership
This commit is contained in:
commit
b6c08bcddb
|
|
@ -11235,7 +11235,6 @@ S: Maintained
|
|||
F: drivers/i2c/busses/i2c-cht-wc.c
|
||||
|
||||
I2C/SMBUS ISMT DRIVER
|
||||
M: Seth Heasley <seth.heasley@intel.com>
|
||||
M: Neil Horman <nhorman@tuxdriver.com>
|
||||
L: linux-i2c@vger.kernel.org
|
||||
F: Documentation/i2c/busses/i2c-ismt.rst
|
||||
|
|
|
|||
|
|
@ -1454,7 +1454,7 @@ omap_i2c_probe(struct platform_device *pdev)
|
|||
(1000 * omap->speed / 8);
|
||||
}
|
||||
|
||||
if (of_property_read_bool(node, "mux-states")) {
|
||||
if (of_property_present(node, "mux-states")) {
|
||||
struct mux_state *mux_state;
|
||||
|
||||
mux_state = devm_mux_state_get(&pdev->dev, NULL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user