[PATCH] n_r3964.c fix
- 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.
Showing
Please register or sign in to comment