]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8115b3e8c2ea60c32b1f954e5f979775dfe06a0d
treebbc65537e9c355219207380456c9869141cde0fc
parente3933cc93991d5c0cf5e98d54091e15b3eb2a066
staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()

Commit 5afa5d7260d4 ("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: 5afa5d7260d4 ("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