From: Stefan Agner Date: Fri, 11 Jan 2019 20:56:57 +0000 (+0100) Subject: Bluetooth: btmrvl: lower log level of informational message X-Git-Tag: v5.1-rc1~178^2~97^2~27 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=37c589ec289bbf5c3a506c9da259986bd63c40e9;p=linux-2.6-block.git 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 Signed-off-by: Marcel Holtmann --- 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; }