projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1305e
)
mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registration
author
Lee Jones
<lee@kernel.org>
Mon, 9 Jan 2023 17:26:36 +0000
(17:26 +0000)
committer
Lee Jones
<lee@kernel.org>
Wed, 22 Feb 2023 08:25:52 +0000
(08:25 +0000)
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/simple-mfd-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/simple-mfd-i2c.c
b/drivers/mfd/simple-mfd-i2c.c
index f4c8fc3ee4637cde7d4886f179099ced491d4ea1..e31f13fd6a79b2182c766d960aa823a6cc8e5567 100644
(file)
--- a/
drivers/mfd/simple-mfd-i2c.c
+++ b/
drivers/mfd/simple-mfd-i2c.c
@@
-48,7
+48,7
@@
static int simple_mfd_i2c_probe(struct i2c_client *i2c)
if (IS_ERR(regmap))
return PTR_ERR(regmap);
- /* If no MFD cells are spe
dified, use register
the DT child nodes instead */
+ /* If no MFD cells are spe
cified, register using
the DT child nodes instead */
if (!simple_mfd_data || !simple_mfd_data->mfd_cell)
return devm_of_platform_populate(&i2c->dev);