aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/ov534.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-12-28 06:51:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:40:05 -0200
commitf367b85d9a0bda04c31c5c5598dba758efc6658e (patch)
tree712379f916f443f54a3f2d31c6231354cf02c185 /drivers/media/video/gspca/ov534.c
parentV4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added. (diff)
downloadlinux-dev-f367b85d9a0bda04c31c5c5598dba758efc6658e.tar.xz
linux-dev-f367b85d9a0bda04c31c5c5598dba758efc6658e.zip
V4L/DVB (10045): gspca - ov534: Remove empty line in trace.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/gspca/ov534.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index 0eeb417d4628..d5c74d65ce8a 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -131,7 +131,7 @@ static int sccb_check_status(struct usb_device *udev)
case 0x03:
break;
default:
- PDEBUG(D_ERR, "sccb status 0x%02x, attempt %d/5\n",
+ PDEBUG(D_ERR, "sccb status 0x%02x, attempt %d/5",
data, i + 1);
}
}