aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2019-01-11 21:56:57 +0100
committerMarcel Holtmann <marcel@holtmann.org>2019-01-22 09:51:19 +0100
commit37c589ec289bbf5c3a506c9da259986bd63c40e9 (patch)
treeb54aad151b976af01d8e10c77c7dab05ed9c6639 /drivers/bluetooth
parentBluetooth: btmrvl: improve printk messages (diff)
downloadlinux-dev-37c589ec289bbf5c3a506c9da259986bd63c40e9.tar.xz
linux-dev-37c589ec289bbf5c3a506c9da259986bd63c40e9.zip
Bluetooth: btmrvl: lower log level of informational message
The platform specific wake-up interrupt is optional. Don't print an error message in case it is missing, merely inform the user in this case. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btmrvl_sdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index 6f9a1735039d..8ff4c31e0e48 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -88,7 +88,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
if (!dev->of_node ||
!of_match_node(btmrvl_sdio_of_match_table, dev->of_node)) {
- dev_err(dev, "sdio platform data not available\n");
+ dev_info(dev, "sdio device tree data not available\n");
return -1;
}