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: 48ba02b2e2 ("usb: gadget: add udc driver for max3420")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
parent
80c1024ba6
commit
82b3fba231
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ loop:
|
|||
}
|
||||
|
||||
set_current_state(TASK_RUNNING);
|
||||
dev_info(udc->dev, "SPI thread exiting");
|
||||
dev_info(udc->dev, "SPI thread exiting\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue