From 24ccd0c8fd6285636edb94d0ece2cbcf062d64eb Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 15 Feb 2018 07:08:55 +0100 Subject: usb: gadget: sdp: add missing line breaks Cosmetic change. Signed-off-by: Andre Heider Reviewed-by: Lukasz Majewski Acked-by: Stefan Agner --- common/spl/spl_sdp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/spl/spl_sdp.c b/common/spl/spl_sdp.c index 333d518..0c4603a 100644 --- a/common/spl/spl_sdp.c +++ b/common/spl/spl_sdp.c @@ -24,13 +24,13 @@ static int spl_sdp_load_image(struct spl_image_info *spl_image, ret = sdp_init(controller_index); if (ret) { - pr_err("SDP init failed: %d", ret); + pr_err("SDP init failed: %d\n", ret); return -ENODEV; } /* This command typically does not return but jumps to an image */ sdp_handle(controller_index); - pr_err("SDP ended"); + pr_err("SDP ended\n"); return -EINVAL; } -- cgit v1.1