From c4ad4aa5c52133ba4aa00ac30136ccfad66c2378 Mon Sep 17 00:00:00 2001 From: "Leonid V. Fedorenchik" Date: Sat, 22 Oct 2011 01:43:38 -0300 Subject: [PATCH] --- yaml --- r: 285270 b: refs/heads/master c: 09c35440308138059e23a9a8e04f053094fb81a8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx25821/cx25821-medusa-video.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ed14001b1280..29cd572a445f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f70a6566d3fb0dd7ebf7dd4db127550f3c52d775 +refs/heads/master: 09c35440308138059e23a9a8e04f053094fb81a8 diff --git a/trunk/drivers/media/video/cx25821/cx25821-medusa-video.c b/trunk/drivers/media/video/cx25821/cx25821-medusa-video.c index fc780d0908dc..48c62c997502 100644 --- a/trunk/drivers/media/video/cx25821/cx25821-medusa-video.c +++ b/trunk/drivers/media/video/cx25821/cx25821-medusa-video.c @@ -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);