Bluetooth: btmrvl: lower log level of informational message
authorStefan Agner <stefan@agner.ch>
Fri, 11 Jan 2019 20:56:57 +0000 (21:56 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 22 Jan 2019 08:51:19 +0000 (09:51 +0100)
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>
drivers/bluetooth/btmrvl_sdio.c

index 6f9a173..8ff4c31 100644 (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;
        }