commit | 8d81fe753c1572573be6d529a44b1506e3b0425d | [log] [tgz] |
---|---|---|
author | Allen Pais <allen.lkml@gmail.com> | Thu Sep 21 22:35:15 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 21 11:44:43 2017 -0700 |
tree | 4cda8fa6f3b36251bb0e2a3b19d62ea6ac32433f | |
parent | f2803332f2ef86ad29e247350f697bad4eb1aa93 [diff] |
drivers: net: hdlc_ppp: use setup_timer() helper. Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Allen Pais <allen.lkml@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>