Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72047
b: refs/heads/master
c: a39a8ed
h: refs/heads/master
i:
  72045: 5ec0d03
  72043: 6e95a98
  72039: d66bedc
  72031: 297f88f
v: v3
  • Loading branch information
Marco Schluessler authored and Mauro Carvalho Chehab committed Oct 22, 2007
1 parent 937d707 commit 88d0853
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: 415a1975923722f729211a9efca550c60c519bf3
refs/heads/master: a39a8ed7beaafe02ce154dfd227f7d734a9f34dc
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ static int dvb_ca_en50221_thread(void *data)
/* main loop */
while (!kthread_should_stop()) {
/* sleep for a bit */
while (!ca->wakeup) {
if (!ca->wakeup) {
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(ca->delay);
if (kthread_should_stop())
Expand Down

0 comments on commit 88d0853

Please sign in to comment.