Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294022
b: refs/heads/master
c: 0c0c440
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Mar 4, 2012
1 parent 37dc90d commit a7b23f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e3ae3525250b01560b31fb627e17ae9c6c359232
refs/heads/master: 0c0c440f4d2dcfd7913eb77c43aa292b1b5b8130
3 changes: 2 additions & 1 deletion trunk/drivers/input/touchscreen/atmel-wm97xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ static int atmel_wm97xx_resume(struct platform_device *pdev)
static struct platform_driver atmel_wm97xx_driver = {
.remove = __exit_p(atmel_wm97xx_remove),
.driver = {
.name = "wm97xx-touch",
.name = "wm97xx-touch",
.owner = THIS_MODULE,
},
.suspend = atmel_wm97xx_suspend,
.resume = atmel_wm97xx_resume,
Expand Down

0 comments on commit a7b23f2

Please sign in to comment.