summaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
diff options
context:
space:
mode:
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>2015-02-19 07:57:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 13:12:40 -0800
commit38e0c9d27a5695f9ad92a6f98ee43b5811491f40 (patch)
tree870c0e0318167d56caad3cd8b044b3f2397dd3d8 /drivers/staging/panel
parent2f83aeda567a9f5347153fb21f29e0b09b3aa83a (diff)
downloadop-kernel-dev-38e0c9d27a5695f9ad92a6f98ee43b5811491f40.zip
op-kernel-dev-38e0c9d27a5695f9ad92a6f98ee43b5811491f40.tar.gz
staging: dgnc: replace init_timer by setup_timer
This patch replaces init_timer and the 2 step initialization of function and data by setup_timer to make the code more concise. The issue was discovered using the following coccinelle script: @@ expression ds, e1, e2; @@ -init_timer (&ds); +setup_timer (&ds, e1, e2); ... ( -ds.function = e1; ... -ds.data = e2; | -ds.data = e2; ... -ds.function = e1; ) Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/panel')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud