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>
This commit is contained in:
Stefan Agner 2019-01-11 21:56:57 +01:00 committed by Marcel Holtmann
parent 10004f8131
commit 37c589ec28
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}