Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26350
b: refs/heads/master
c: c4febb9
h: refs/heads/master
v: v3
  • Loading branch information
Juha Yrjola authored and Dmitry Torokhov committed Apr 12, 2006
1 parent 21177f3 commit 869ced9
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: 0b7018aae7e1798f55f736b9a77c201708aa0e33
refs/heads/master: c4febb94dae915da4423b81c487eabed9cef5cba
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/ads7846.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ ads7846_suspend(struct spi_device *spi, pm_message_t message)

while (ts->pendown || ts->pending) {
spin_unlock_irqrestore(&ts->lock, flags);
udelay(10);
msleep(1);
spin_lock_irqsave(&ts->lock, flags);
}
}
Expand Down

0 comments on commit 869ced9

Please sign in to comment.