Skip to content

Commit

Permalink
[media] cx25821-medusa-video.c: Fix comment
Browse files Browse the repository at this point in the history
Delete part of the comment that is not checked in code.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent f70a656 commit 09c3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 09c3544

Please sign in to comment.