dect
/
linux-2.6
Archived
13
0
Fork 0

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

Add missing newlines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Joe Perches 2010-10-30 18:08:31 -03:00 committed by Mauro Carvalho Chehab
parent 9e21ccaa69
commit 1ce6a14335
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
/*