git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db7fd9
)
hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()
author
Kirill Tkhai
<tkhai@yandex.ru>
Mon, 29 Jul 2013 13:34:37 +0000
(17:34 +0400)
committer
Matthew 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