• Andrew Morton's avatar
    [PATCH] n_r3964.c fix · 682134c5
    Andrew Morton authored
    - drivers/char/n_r3964.c does not compile.  r3964_open() is doing an
      INIT_LIST_HEAD() on a timer->list.  But timer's don't have a `list'
      any more.
    
      Do an init_timer() instead.
    682134c5
n_r3964.c 36 KB