Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357487
b: refs/heads/master
c: f85ed0c
h: refs/heads/master
i:
  357485: e868230
  357483: 4ecccaf
  357479: e617663
  357471: cf5d48f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 6, 2013
1 parent 7783789 commit edbe079
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: 6a05d66b8ff1e3a3470186d25cd825dff774bb82
refs/heads/master: f85ed0ceeba78b6b15a857ce48888fdb52de28d0
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/dvb-usb/dib0700_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ int dib0700_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff)
if (onoff)
st->channel_state |= 1 << (adap->id);
else
st->channel_state &= ~(1 << (adap->id));
st->channel_state |= 1 << ~(adap->id);
} else {
if (onoff)
st->channel_state |= 1 << (adap->fe_adap[0].stream.props.endpoint-2);
Expand Down

0 comments on commit edbe079

Please sign in to comment.