aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorVishal Thanki <vishalthanki@gmail.com>2016-11-16 11:01:54 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-18 01:11:47 -0400
commit31c576a5fe506b173559cf956dfd7f792cbfd601 (patch)
tree6fd1d413483af9722856c0b3b81a2c5381299857 /arch/mips/include
parentf0df317b2bb383301bab159b96f1559f81ca51ef (diff)
rt2x00: Fix incorrect usage of CONFIG_RT2X00_LIB_USB
commit a083c8fd277b4122c804f18ec8c84165f345c71c upstream. In device removal routine, usage of "#ifdef CONFIG_RT2X00_LIB_USB" will not cover the case when it is configured as module. This will omit the entire if-block which does cleanup of URBs and cancellation of pending work. Changing the #ifdef to #if IS_ENABLED() to fix it. Signed-off-by: Vishal Thanki <vishalthanki@gmail.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips/include')
0 files changed, 0 insertions, 0 deletions