lkml.org 
[lkml]   [2017]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] s390: qdio: Convert timers to use timer_setup()
On Wed, 4 Oct 2017, Kees Cook wrote:
> 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.

> -void qdio_outbound_timer(unsigned long data)
> +void qdio_outbound_timer(struct timer_list *t)
> {
> - struct qdio_q *q = (struct qdio_q *)data;
> + struct qdio_q *q = from_timer(q, t, o.out.timer);
^
this should be u.out.timer

Will be applied to s390/linux.git

Thanks,
Sebastian

\
 
 \ /
  Last update: 2017-10-05 11:15    [W:0.036 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site