Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193145
b: refs/heads/master
c: a18e659
h: refs/heads/master
i:
  193143: 16e1385
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 1fb74bb commit 5d29bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 32ec4576c3fb37316b1d11a04b220527822f3f0d
refs/heads/master: a18e659170b9c551749e1c8cb5a969ea8d73e378
5 changes: 1 addition & 4 deletions trunk/drivers/media/dvb/dvb-usb/az6027.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,7 @@ static int az6027_ci_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int o
} else
ret = 0;

if (b[0] == 0) {
ret = 0;

} else if (b[0] == 1) {
if (!ret && b[0] == 1) {
ret = DVB_CA_EN50221_POLL_CAM_PRESENT |
DVB_CA_EN50221_POLL_CAM_READY;
}
Expand Down

0 comments on commit 5d29bb5

Please sign in to comment.