Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226222
b: refs/heads/master
c: 1ce6a14
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 45a70cc commit 227d27d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e21ccaa69674e1b0aa887722801258f7de842db
refs/heads/master: 1ce6a1433572c650247480e1bbbca6bd61db7874
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sr030pc30.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 227d27d

Please sign in to comment.