Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69374
b: refs/heads/master
c: 1788180
h: refs/heads/master
v: v3
  • Loading branch information
Rene Herman authored and Dmitry Torokhov committed Sep 26, 2007
1 parent eeed554 commit 6d740cc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2f9d2827afab6a6ad82b657b1d7fe00cbffa65f8
refs/heads/master: 1788180eec4a9444249b0cbe788b1fac6592976c
3 changes: 1 addition & 2 deletions trunk/drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ static unsigned int ucb1400_adc_read(struct ucb1400 *ucb, u16 adc_channel)
if (val & UCB_ADC_DAT_VALID)
break;
/* yield to other processes */
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(1);
schedule_timeout_uninterruptible(1);
}

return UCB_ADC_DAT_VALUE(val);
Expand Down

0 comments on commit 6d740cc

Please sign in to comment.