Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328522
b: refs/heads/master
c: bd68dfe
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Aug 31, 2012
1 parent c488a5c commit 9743053
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: 31b95bfb79e8d7637ba0d399eb152f9b0d548340
refs/heads/master: bd68dfe0071b50bc69416a92ee22b63d1cc33a3b
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/s3c2410_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static int s3c2410ts_resume(struct device *dev)
return 0;
}

static struct dev_pm_ops s3c_ts_pmops = {
static const struct dev_pm_ops s3c_ts_pmops = {
.suspend = s3c2410ts_suspend,
.resume = s3c2410ts_resume,
};
Expand Down

0 comments on commit 9743053

Please sign in to comment.