staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()
authorHans de Goede <hdegoede@redhat.com>
Thu, 2 Nov 2017 09:30:12 +0000 (10:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Nov 2017 10:58:22 +0000 (11:58 +0100)
commitd96e8c10f81f0ecbaa3c3bd70c0c76a18ae15a7e
treebbc65537e9c355219207380456c9869141cde0fc
parent4004a9870bbefdb6644c3d2033f5315920a3b669
staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()

Commit b7749656e946 ("staging: rtl8188eu: Convert timers to use
timer_setup()") introduces a copy and paste error which causes the
rtl8188eu driver to no longer function. This commit fixes this.

Fixes: b7749656e946 ("staging: rtl8188eu: Convert timers to use timer_setup()")
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c