Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145364
b: refs/heads/master
c: 346a850
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Traut authored and Dmitry Torokhov committed May 27, 2009
1 parent 9238137 commit 8226e2b
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: f9fcfc3b4627a1ec9b50411060f1b384926d6610
refs/heads/master: 346a850e3c3a20159cef2b79235e6d34aa497c65
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static int ucb1400_ts_remove(struct platform_device *dev)
#ifdef CONFIG_PM
static int ucb1400_ts_resume(struct platform_device *dev)
{
struct ucb1400_ts *ucb = platform_get_drvdata(dev);
struct ucb1400_ts *ucb = dev->dev.platform_data;

if (ucb->ts_task) {
/*
Expand Down

0 comments on commit 8226e2b

Please sign in to comment.