Skip to content

Commit 81435ed

Browse files
committed
mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registration
Signed-off-by: Lee Jones <[email protected]>
1 parent 1b1305e commit 81435ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/simple-mfd-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static int simple_mfd_i2c_probe(struct i2c_client *i2c)
4848
if (IS_ERR(regmap))
4949
return PTR_ERR(regmap);
5050

51-
/* If no MFD cells are spedified, use register the DT child nodes instead */
51+
/* If no MFD cells are specified, register using the DT child nodes instead */
5252
if (!simple_mfd_data || !simple_mfd_data->mfd_cell)
5353
return devm_of_platform_populate(&i2c->dev);
5454

0 commit comments

Comments
 (0)