Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295032
b: refs/heads/master
c: c5f79f6
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent b0a0292 commit e44c8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b3f5badaa1108f9174f068b915700a9e2f2d9ae2
refs/heads/master: c5f79f6a0c70a390d07bcea4d7df6219f78e0904
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/dm355_ccdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static int validate_ccdc_param(struct ccdc_config_params_raw *ccdcparam)
if ((ccdcparam->med_filt_thres < 0) ||
(ccdcparam->med_filt_thres > CCDC_MED_FILT_THRESH)) {
dev_dbg(ccdc_cfg.dev,
"Invalid value of median filter thresold\n");
"Invalid value of median filter threshold\n");
return -EINVAL;
}

Expand Down

0 comments on commit e44c8f9

Please sign in to comment.