power: reset: gpio-poweroff: add missing '\n' in dev_err()
dev_err() needs a terminating newline. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Родитель
972eabb97a
Коммит
5a1c9565c0
|
@ -54,7 +54,7 @@ static int gpio_poweroff_probe(struct platform_device *pdev)
|
|||
/* If a pm_power_off function has already been added, leave it alone */
|
||||
if (pm_power_off != NULL) {
|
||||
dev_err(&pdev->dev,
|
||||
"%s: pm_power_off function already registered",
|
||||
"%s: pm_power_off function already registered\n",
|
||||
__func__);
|
||||
return -EBUSY;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче