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.
1 parent 1b1305e commit 81435edCopy full SHA for 81435ed
drivers/mfd/simple-mfd-i2c.c
@@ -48,7 +48,7 @@ static int simple_mfd_i2c_probe(struct i2c_client *i2c)
48
if (IS_ERR(regmap))
49
return PTR_ERR(regmap);
50
51
- /* If no MFD cells are spedified, use register the DT child nodes instead */
+ /* If no MFD cells are specified, register using the DT child nodes instead */
52
if (!simple_mfd_data || !simple_mfd_data->mfd_cell)
53
return devm_of_platform_populate(&i2c->dev);
54
0 commit comments