hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()
authorKirill Tkhai <tkhai@yandex.ru>
Mon, 29 Jul 2013 13:34:37 +0000 (17:34 +0400)
committerMatthew Garrett <matthew.garrett@nebula.com>
Thu, 5 Sep 2013 12:51:59 +0000 (08:51 -0400)
Register order is:
wifi
bluetooth
wwan
gps

So unregister order must be:
gps
wwan
bluetiith
wifi

But currently gps and wwan are swapped. Fix that.
Also fix goto links.

Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
CC: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>

No differences found