Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179502
b: refs/heads/master
c: 5e2a0c9
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent c1653fa commit 35aa99d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8e0d58ecee2abc12f298862b7f9a90d1593e8006
refs/heads/master: 5e2a0c99019bbc78d6fb00caf7a79f03df020b3c
6 changes: 5 additions & 1 deletion trunk/drivers/media/dvb/mantis/mantis_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,12 @@ static int mantis_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open

dprintk(verbose, MANTIS_DEBUG, 1, "Slot(%d): Poll Slot status", slot);

if (ca->slot_state == MODULE_INSERTED)
if (ca->slot_state == MODULE_INSERTED) {
dprintk(verbose, MANTIS_DEBUG, 1, "CA Module present and ready");
return DVB_CA_EN50221_POLL_CAM_PRESENT | DVB_CA_EN50221_POLL_CAM_READY;
} else {
dprintk(verbose, MANTIS_DEBUG, 1, "CA Module not present or not ready");
}

return 0;
}
Expand Down

0 comments on commit 35aa99d

Please sign in to comment.