]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switch
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 May 2018 04:16:32 +0000 (06:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:58:39 +0000 (18:58 -0700)
commitf2e8f6a6e308dd898c7fef2365570121c60e245a
tree7a935810a9f152968bfd75c3c883d4644cb3b04f
parenta5f7d6531ea825d0a95ce10eb75488577d075b1b
staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switch

WLAN_EID_DS_PARAMS case inside switch case is just doing nothing
and it is located inside other cases. There is a place inside
the switch with other don't do anything cases are located. Move
this to that place.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c