Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113850
b: refs/heads/master
c: ef0e3c2
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 680e5bf commit 69c82ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: eda9e4e29492aff55ceb3f719a6011bddc60a892
refs/heads/master: ef0e3c26efe9c52de62b96fdad94de3ed70489d0
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/meye.c
Original file line number Diff line number Diff line change
Expand Up @@ -1779,14 +1779,14 @@ static int __devinit meye_probe(struct pci_dev *pcidev,
goto outnotdev;
}

ret = -ENOMEM;
meye.mchip_dev = pcidev;
meye.video_dev = video_device_alloc();
if (!meye.video_dev) {
printk(KERN_ERR "meye: video_device_alloc() failed!\n");
goto outnotdev;
}

ret = -ENOMEM;
meye.grab_temp = vmalloc(MCHIP_NB_PAGES_MJPEG * PAGE_SIZE);
if (!meye.grab_temp) {
printk(KERN_ERR "meye: grab buffer allocation failed\n");
Expand Down

0 comments on commit 69c82ab

Please sign in to comment.