diff options
| -rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 81d31ea507d1..51c0a8bee414 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c | |||
| @@ -335,6 +335,7 @@ static void bt_rfkill_poll(struct rfkill *rfkill, void *data) | |||
| 335 | if (hci_result != HCI_SUCCESS) { | 335 | if (hci_result != HCI_SUCCESS) { |
| 336 | /* Can't do anything useful */ | 336 | /* Can't do anything useful */ |
| 337 | mutex_unlock(&dev->mutex); | 337 | mutex_unlock(&dev->mutex); |
| 338 | return; | ||
| 338 | } | 339 | } |
| 339 | 340 | ||
| 340 | new_rfk_state = value; | 341 | new_rfk_state = value; |
