Commit 37c589ec authored by Stefan Agner's avatar Stefan Agner Committed by Marcel Holtmann

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: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 10004f81
...@@ -88,7 +88,7 @@ static int btmrvl_sdio_probe_of(struct device *dev, ...@@ -88,7 +88,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
if (!dev->of_node || if (!dev->of_node ||
!of_match_node(btmrvl_sdio_of_match_table, 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; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment