Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286403
b: refs/heads/master
c: 6c2cc5b
h: refs/heads/master
i:
  286401: 489643a
  286399: d1e2e79
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jan 16, 2012
1 parent 6f9d66d commit efa07f9
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: 82033bc52abeb266cb3403e783a276d4a3d6cf9f
refs/heads/master: 6c2cc5b575ed09d81507ec86cc5cfad022d9236b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx231xx/cx231xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ static int cx231xx_usb_probe(struct usb_interface *interface,
dev = kzalloc(sizeof(*dev), GFP_KERNEL);
if (dev == NULL) {
cx231xx_err(DRIVER_NAME ": out of memory!\n");
clear_bit(dev->devno, &cx231xx_devused);
clear_bit(nr, &cx231xx_devused);
return -ENOMEM;
}

Expand Down

0 comments on commit efa07f9

Please sign in to comment.