diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 33c9a44a9678..a8a41e07a221 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -349,7 +349,7 @@ static int ath3k_load_syscfg(struct usb_device *udev) | |||
349 | 349 | ||
350 | ret = ath3k_get_state(udev, &fw_state); | 350 | ret = ath3k_get_state(udev, &fw_state); |
351 | if (ret < 0) { | 351 | if (ret < 0) { |
352 | BT_ERR("Can't get state to change to load configration err"); | 352 | BT_ERR("Can't get state to change to load configuration err"); |
353 | return -EBUSY; | 353 | return -EBUSY; |
354 | } | 354 | } |
355 | 355 | ||