Skip to content

Commit b6c08bc

Browse files
author
Wolfram Sang
committed
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
2 parents 92a09c4 + 10aba12 commit b6c08bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11235,7 +11235,6 @@ S: Maintained
1123511235
F: drivers/i2c/busses/i2c-cht-wc.c
1123611236

1123711237
I2C/SMBUS ISMT DRIVER
11238-
M: Seth Heasley <seth.heasley@intel.com>
1123911238
M: Neil Horman <nhorman@tuxdriver.com>
1124011239
L: linux-i2c@vger.kernel.org
1124111240
F: Documentation/i2c/busses/i2c-ismt.rst

drivers/i2c/busses/i2c-omap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ omap_i2c_probe(struct platform_device *pdev)
14541454
(1000 * omap->speed / 8);
14551455
}
14561456

1457-
if (of_property_read_bool(node, "mux-states")) {
1457+
if (of_property_present(node, "mux-states")) {
14581458
struct mux_state *mux_state;
14591459

14601460
mux_state = devm_mux_state_get(&pdev->dev, NULL);

0 commit comments

Comments
 (0)