Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303591
b: refs/heads/master
c: 5df7731
h: refs/heads/master
i:
  303589: 2e96803
  303587: b2e4517
  303583: da5dd18
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 24, 2012
1 parent 833d3b7 commit 780a384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: ec42899c2f9cf35e25e93c61ab9948e488de1825
refs/heads/master: 5df77312047739b07d735a6b45ae13244d8f2b60
6 changes: 4 additions & 2 deletions trunk/drivers/staging/media/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3578,7 +3578,8 @@ static int easycap_usb_probe(struct usb_interface *intf,

if (0 != (video_register_device(&(peasycap->video_device),
VFL_TYPE_GRABBER, -1))) {
err("Not able to register with videodev");
dev_err(&intf->dev,
"Not able to register with videodev\n");
videodev_release(&(peasycap->video_device));
return -ENODEV;
}
Expand Down Expand Up @@ -3822,7 +3823,8 @@ static int easycap_usb_probe(struct usb_interface *intf,

rc = easycap_alsa_probe(peasycap);
if (rc) {
err("easycap_alsa_probe() rc = %i\n", rc);
dev_err(&intf->dev, "easycap_alsa_probe() rc = %i\n",
rc);
return -ENODEV;
}

Expand Down

0 comments on commit 780a384

Please sign in to comment.