power: reset: add in missing white space in error message text
A dev_err message spans two lines and the literal string is missing a white space between words. Add the white space. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
17c6d3979e
commit
1dff6ce026
@ -139,7 +139,7 @@ static int rsctrl_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
if (val >= WDT_MUX_NUMBER) {
|
||||
dev_err(dev, "ti,wdt-list property can contain"
|
||||
dev_err(dev, "ti,wdt-list property can contain "
|
||||
"only numbers < 4\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user