Skip to content

Commit

Permalink
Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|su…
Browse files Browse the repository at this point in the history
…spend]()

Lower its log level from INFO to DEBUG prior to we enable runtime pm for
mt7921s with the smaller idle time as default.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Sean Wang authored and Marcel Holtmann committed Jan 21, 2022
1 parent 01ecc17 commit 095519d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/bluetooth/btmtksdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ static int btmtksdio_runtime_suspend(struct device *dev)

err = btmtksdio_fw_pmctrl(bdev);

bt_dev_info(bdev->hdev, "status (%d) return ownership to device", err);
bt_dev_dbg(bdev->hdev, "status (%d) return ownership to device", err);

return err;
}
Expand All @@ -1273,7 +1273,7 @@ static int btmtksdio_runtime_resume(struct device *dev)

err = btmtksdio_drv_pmctrl(bdev);

bt_dev_info(bdev->hdev, "status (%d) get ownership from device", err);
bt_dev_dbg(bdev->hdev, "status (%d) get ownership from device", err);

return err;
}
Expand Down

0 comments on commit 095519d

Please sign in to comment.