projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed5ff8
)
Input: pcap_ts - use to_delayed_work
author
Geliang Tang
<geliangtang@163.com>
Sun, 3 Jan 2016 05:06:53 +0000
(21:06 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 3 Jan 2016 05:08:53 +0000
(21:08 -0800)
Use to_delayed_work() instead of open-coding it.
Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/pcap_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/pcap_ts.c
b/drivers/input/touchscreen/pcap_ts.c
index 23a354a392aed7ab259bf3d8f0a53203dbab28b7..0e3fc419a3cf83472ee153b832de88feae01aaff 100644
(file)
--- a/
drivers/input/touchscreen/pcap_ts.c
+++ b/
drivers/input/touchscreen/pcap_ts.c
@@
-87,7
+87,7
@@
static void pcap_ts_read_xy(void *data, u16 res[2])
static void pcap_ts_work(struct work_struct *work)
{
- struct delayed_work *dw =
container_of(work, struct delayed_work,
work);
+ struct delayed_work *dw =
to_delayed_work(
work);
struct pcap_ts *pcap_ts = container_of(dw, struct pcap_ts, work);
u8 ch[2];