Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285270
b: refs/heads/master
c: 09c3544
h: refs/heads/master
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 1e940a5 commit c4ad4aa
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: f70a6566d3fb0dd7ebf7dd4db127550f3c52d775
refs/heads/master: 09c35440308138059e23a9a8e04f053094fb81a8
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx25821/cx25821-medusa-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ void medusa_set_resolution(struct cx25821_dev *dev, int width,

mutex_lock(&dev->lock);

/* validate the width - cannot be negative */
/* validate the width */
if (width > MAX_WIDTH) {
pr_info("%s(): width %d > MAX_WIDTH %d ! resetting to MAX_WIDTH\n",
__func__, width, MAX_WIDTH);
Expand Down

0 comments on commit c4ad4aa

Please sign in to comment.