Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93599
b: refs/heads/master
c: 094f9b4
h: refs/heads/master
i:
  93597: 386102b
  93595: b0a257d
  93591: 9dfe7ea
  93583: 43c5f77
  93567: 8e59a7e
v: v3
  • Loading branch information
Janne Grunau authored and Mauro Carvalho Chehab committed Apr 26, 2008
1 parent e9778bf commit 4fe9897
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: 50fa46b25490039ef51ef0dc8afdded60c4d3b59
refs/heads/master: 094f9b4b317b235b8d7fa03b356b9a3f3633b55b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ int em28xx_init_isoc(struct em28xx *dev, int max_packets,

dev->isoc_ctl.transfer_buffer = kzalloc(sizeof(void *)*num_bufs,
GFP_KERNEL);
if (!dev->isoc_ctl.urb) {
if (!dev->isoc_ctl.transfer_buffer) {
em28xx_errdev("cannot allocate memory for usbtransfer\n");
kfree(dev->isoc_ctl.urb);
return -ENOMEM;
Expand Down

0 comments on commit 4fe9897

Please sign in to comment.