Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193156
b: refs/heads/master
c: b9245d8
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent be7f14e commit e91cdaf
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: 16ee9bb100340f9f775ab334acb645f54642f312
refs/heads/master: b9245d80c375b93db79475ca231276e1fa5a7649
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ov511.c
Original file line number Diff line number Diff line change
Expand Up @@ -5940,7 +5940,7 @@ ov51x_disconnect(struct usb_interface *intf)
ov->dev = NULL;

/* Free the memory */
if (ov && !ov->user) {
if (!ov->user) {
mutex_lock(&ov->cbuf_lock);
kfree(ov->cbuf);
ov->cbuf = NULL;
Expand Down

0 comments on commit e91cdaf

Please sign in to comment.