diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-05-10 11:41:13 +0200 |
|---|---|---|
| committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-05-10 11:41:13 +0200 |
| commit | b6c08bcddb2af9ea6d1846bcd36a35371e249003 (patch) | |
| tree | b533a327494fc6e2a3c73a93248c58d26c4c56a8 /drivers | |
| parent | Linux 6.15-rc5 (diff) | |
| parent | MAINTAINERS: Remove entry for Seth Heasley (diff) | |
| download | linux-b6c08bcddb2af9ea6d1846bcd36a35371e249003.tar.gz linux-b6c08bcddb2af9ea6d1846bcd36a35371e249003.zip | |
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
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/busses/i2c-omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index 16afb9ca19bb..876791d20ed5 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c @@ -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); |
