Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357234
b: refs/heads/master
c: 1d6ca29
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 894bfe1 commit d4af4df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 081416e62d516a6412225751c9c4a3807b2374b9
refs/heads/master: 1d6ca29db8b1f213de880b10ac28aed0a19c1d4a
5 changes: 3 additions & 2 deletions trunk/drivers/media/pci/mantis/mantis_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,12 @@ void mantis_ca_exit(struct mantis_pci *mantis)
struct mantis_ca *ca = mantis->mantis_ca;

dprintk(MANTIS_DEBUG, 1, "Mantis CA exit");
if (!ca)
return;

mantis_evmgr_exit(ca);
dprintk(MANTIS_ERROR, 1, "Unregistering EN50221 device");
if (ca)
dvb_ca_en50221_release(&ca->en50221);
dvb_ca_en50221_release(&ca->en50221);

kfree(ca);
}
Expand Down

0 comments on commit d4af4df

Please sign in to comment.