提交 115eed84 编写于 作者: M Masanari Iida 提交者: Greg Kroah-Hartman

staging: vme: Add missing CR in error message

This patch adds missing CR in dev_err message.
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bb626869
......@@ -222,7 +222,7 @@ void pio2_gpio_exit(struct pio2_card *card)
const char *label = card->gc.label;
if (gpiochip_remove(&(card->gc)))
dev_err(&card->vdev->dev, "Failed to remove GPIO");
dev_err(&card->vdev->dev, "Failed to remove GPIO\n");
kfree(label);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册