Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199998
b: refs/heads/master
c: 4202066
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent c7b8fe2 commit 64d0b17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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: 5c331fc8c19e181bffab46e9d18e1637cdc47170
refs/heads/master: 4202066c6995200b2755a4501ea90f5d4e163e41
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/firewire/firedtv-1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void rawiso_activity_cb(struct hpsb_iso *iso)
num = hpsb_iso_n_ready(iso);

if (!fdtv) {
dev_err(fdtv->device, "received at unknown iso channel\n");
pr_err("received at unknown iso channel\n");
goto out;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/hdpvr/hdpvr-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int hdpvr_open(struct file *file)

dev = (struct hdpvr_device *)video_get_drvdata(video_devdata(file));
if (!dev) {
v4l2_err(&dev->v4l2_dev, "open failing with with ENODEV\n");
pr_err("open failing with with ENODEV\n");
retval = -ENODEV;
goto err;
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/usbvision/usbvision-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,8 +1671,7 @@ static void __devexit usbvision_disconnect(struct usb_interface *intf)
PDEBUG(DBG_PROBE, "");

if (usbvision == NULL) {
dev_err(&usbvision->dev->dev,
"%s: usb_get_intfdata() failed\n", __func__);
pr_err("%s: usb_get_intfdata() failed\n", __func__);
return;
}

Expand Down

0 comments on commit 64d0b17

Please sign in to comment.