From 5b5c2b3c9b0585350d2da62bc4b990d9bf836d94 Mon Sep 17 00:00:00 2001 From: Kirill Tkhai Date: Mon, 29 Jul 2013 17:34:37 +0400 Subject: [PATCH] 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-format-patch failed