lkml.org 
[lkml]   [2022]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 5/7] Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]()
Date
From: Sean Wang <sean.wang@mediatek.com>

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>
---
drivers/bluetooth/btmtksdio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bluetooth/btmtksdio.c b/drivers/bluetooth/btmtksdio.c
index b0aae4143037..3e8f19556e2c 100644
--- a/drivers/bluetooth/btmtksdio.c
+++ b/drivers/bluetooth/btmtksdio.c
@@ -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;
}
@@ -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;
}
--
2.25.1
\
 
 \ /
  Last update: 2022-01-12 08:41    [W:0.271 / U:1.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site