Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72034
b: refs/heads/master
c: a04036a
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Oct 22, 2007
1 parent 69ff981 commit 8d3a9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89a47942f0facc4664d982005ac03d8dcb9635c1
refs/heads/master: a04036a3129e09a9b9097de2b1f77dd82a6e9ac3
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-mpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ int cx8802_unregister_driver(struct cx8802_driver *drv)
mutex_lock(&drv->core->lock);
list_del(&d->drvlist);
mutex_unlock(&drv->core->lock);
kfree(d);
} else
printk(KERN_ERR "%s/2: cx8802 driver remove "
"failed (%d)\n", dev->core->name, err);
Expand Down Expand Up @@ -817,6 +818,7 @@ static void __devexit cx8802_remove(struct pci_dev *pci_dev)
} else
printk(KERN_ERR "%s/2: cx8802 driver remove "
"failed (%d)\n", dev->core->name, err);
kfree(drv);
}
}

Expand Down

0 comments on commit 8d3a9a5

Please sign in to comment.