From: Kirill Tkhai Date: Mon, 29 Jul 2013 13:34:37 +0000 (+0400) Subject: hp_wmi: Fix unregister order in hp_wmi_rfkill_setup() X-Git-Tag: v3.12-rc1~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5c2b3c9b0585350d2da62bc4b990d9bf836d94;p=pandora-kernel.git hp_wmi: Fix unregister order in hp_wmi_rfkill_setup() 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 CC: Matthew Garrett Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed