We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92a09c4 + 10aba12 commit b6c08bcCopy full SHA for b6c08bc
MAINTAINERS
@@ -11235,7 +11235,6 @@ S: Maintained
11235
F: drivers/i2c/busses/i2c-cht-wc.c
11236
11237
I2C/SMBUS ISMT DRIVER
11238
-M: Seth Heasley <seth.heasley@intel.com>
11239
M: Neil Horman <nhorman@tuxdriver.com>
11240
L: linux-i2c@vger.kernel.org
11241
F: Documentation/i2c/busses/i2c-ismt.rst
drivers/i2c/busses/i2c-omap.c
@@ -1454,7 +1454,7 @@ omap_i2c_probe(struct platform_device *pdev)
1454
(1000 * omap->speed / 8);
1455
}
1456
1457
- if (of_property_read_bool(node, "mux-states")) {
+ if (of_property_present(node, "mux-states")) {
1458
struct mux_state *mux_state;
1459
1460
mux_state = devm_mux_state_get(&pdev->dev, NULL);
0 commit comments