Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304414
b: refs/heads/master
c: dfcf931
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 24, 2012
1 parent 5e2358a commit 9336716
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: 923faa6a8cc80ceff89214efbccce1497118ceed
refs/heads/master: dfcf931a94f660c677c08f9cc23e0ffc7ccca4f3
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 9336716

Please sign in to comment.