projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64da05
)
Input: atmel-wm97xx - fix compile error
author
Dmitry Torokhov
<
[email protected]
>
Tue, 19 Nov 2013 22:01:47 +0000
(14:01 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 21 Nov 2013 05:15:52 +0000
(21:15 -0800)
Reported-by: Fengguang Wu <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/atmel-wm97xx.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/atmel-wm97xx.c
b/drivers/input/touchscreen/atmel-wm97xx.c
index 268a35e55d7f160fd632a673276f67ee6672665f..279c0e42b8a7515a161550621ac82dd2ccd7d0f0 100644
(file)
--- a/
drivers/input/touchscreen/atmel-wm97xx.c
+++ b/
drivers/input/touchscreen/atmel-wm97xx.c
@@
-391,7
+391,7
@@
static int __exit atmel_wm97xx_remove(struct platform_device *pdev)
}
#ifdef CONFIG_PM_SLEEP
-static int atmel_wm97xx_suspend(struct *dev)
+static int atmel_wm97xx_suspend(struct
device
*dev)
{
struct platform_device *pdev = to_platform_device(dev);
struct atmel_wm97xx *atmel_wm97xx = platform_get_drvdata(pdev);