提交 82b3fba2 编写于 作者: C Christophe JAILLET 提交者: Felipe Balbi

usb: gadget: max3420: Add a missing '\n' in a log message

Message logged by 'dev_xxx()' or 'pr_xxx()' should end with a '\n'.

Fixes: 48ba02b2 ("usb: gadget: add udc driver for max3420")
Signed-off-by: NChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: NFelipe Balbi <balbi@kernel.org>
上级 80c1024b
......@@ -901,7 +901,7 @@ static int max3420_thread(void *dev_id)
}
set_current_state(TASK_RUNNING);
dev_info(udc->dev, "SPI thread exiting");
dev_info(udc->dev, "SPI thread exiting\n");
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册