Message ID | c355cd94eee37a15a17a0ad51e82def6c922cd89.1641972745.git.objelf@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 095519de2debef7666d519208ac2e7bc96cfa6bf |
Headers | show |
Series | [1/7] Bluetooth: mt7921s: fix firmware coredump retrieve | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | fail | [5/7] Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]() 1: T1 Title exceeds max length (83>80): "[5/7] Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]()" |
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; }