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 0af2f6b commit a875640Copy full SHA for a875640
drivers/mux/mmio.c
@@ -107,7 +107,7 @@ static int mux_mmio_probe(struct platform_device *pdev)
107
fields[i] = devm_regmap_field_alloc(dev, regmap, field);
108
if (IS_ERR(fields[i])) {
109
ret = PTR_ERR(fields[i]);
110
- dev_err(dev, "bitfield %d: failed allocate: %d\n",
+ dev_err(dev, "bitfield %d: failed to allocate: %d\n",
111
i, ret);
112
return ret;
113
}
0 commit comments