diff --git a/drivers/bluetooth/bluetooth-power.c b/drivers/bluetooth/bluetooth-power.c index 60a7f7db8e44..877b8d5fe024 100644 --- a/drivers/bluetooth/bluetooth-power.c +++ b/drivers/bluetooth/bluetooth-power.c @@ -28,8 +28,8 @@ #include #include -#define BT_PWR_DBG(fmt, arg...) pr_err("[BT] %s: " fmt "\n" , __func__ , ## arg) -#define BT_PWR_INFO(fmt, arg...) pr_err("[BT] %s: " fmt "\n" , __func__ , ## arg) +#define BT_PWR_DBG(fmt, arg...) pr_debug("[BT] %s: " fmt "\n" , __func__ , ## arg) +#define BT_PWR_INFO(fmt, arg...) pr_info("[BT] %s: " fmt "\n" , __func__ , ## arg) #define BT_PWR_ERR(fmt, arg...) pr_err("[BT] %s: " fmt "\n" , __func__ , ## arg)