Skip to content

Commit 095519d

Browse files
moore-brosholtmann
authored andcommitted
Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]()
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 01ecc17 commit 095519d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bluetooth/btmtksdio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ static int btmtksdio_runtime_suspend(struct device *dev)
12531253

12541254
err = btmtksdio_fw_pmctrl(bdev);
12551255

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

12581258
return err;
12591259
}
@@ -1273,7 +1273,7 @@ static int btmtksdio_runtime_resume(struct device *dev)
12731273

12741274
err = btmtksdio_drv_pmctrl(bdev);
12751275

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

12781278
return err;
12791279
}

0 commit comments

Comments
 (0)