diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 0929a264bffa..461364a00b20 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -656,7 +656,7 @@ static int bcm_suspend_device(struct device *dev) } bt_dev_dbg(bdev, "suspend, delaying 15 ms"); - mdelay(15); + msleep(15); return 0; } @@ -675,7 +675,7 @@ static int bcm_resume_device(struct device *dev) } bt_dev_dbg(bdev, "resume, delaying 15 ms"); - mdelay(15); + msleep(15); /* When this executes, the device has woken up already */ if (bdev->is_suspended && bdev->hu) {