Searched hist:de892f8f2cc8176368a490e0778fd2de15e9bfda (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/apple/ |
H A D | mace.c | diff de892f8f2cc8176368a490e0778fd2de15e9bfda Tue Oct 17 02:29:27 CEST 2017 Kees Cook <keescook@chromium.org> net: ethernet: apple: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Johannes Berg <johannes.berg@intel.com> Cc: Jarod Wilson <jarod@redhat.com> Cc: Rob Herring <robh@kernel.org> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bmac.c | diff de892f8f2cc8176368a490e0778fd2de15e9bfda Tue Oct 17 02:29:27 CEST 2017 Kees Cook <keescook@chromium.org> net: ethernet: apple: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Johannes Berg <johannes.berg@intel.com> Cc: Jarod Wilson <jarod@redhat.com> Cc: Rob Herring <robh@kernel.org> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|