Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ce6a143 authored by Joe Perches's avatar Joe Perches Committed by Mauro Carvalho Chehab
Browse files

[media] drivers/media/video: Update WARN uses



Add missing newlines.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9e21ccaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ static void fimc_dma_run(void *priv)
	unsigned long flags;
	u32 ret;

	if (WARN(!ctx, "null hardware context"))
	if (WARN(!ctx, "null hardware context\n"))
		return;

	fimc = ctx->fimc_dev;
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ static int sr030pc30_s_power(struct v4l2_subdev *sd, int on)
	const struct sr030pc30_platform_data *pdata = info->pdata;
	int ret;

	if (WARN(pdata == NULL, "No platform data!"))
	if (WARN(pdata == NULL, "No platform data!\n"))
		return -ENOMEM;

	/*