Skip to content

Commit 37c589e

Browse files
agnersholtmann
authored andcommitted
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 10004f8 commit 37c589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/btmrvl_sdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static int btmrvl_sdio_probe_of(struct device *dev,
8888

8989
if (!dev->of_node ||
9090
!of_match_node(btmrvl_sdio_of_match_table, dev->of_node)) {
91-
dev_err(dev, "sdio platform data not available\n");
91+
dev_info(dev, "sdio device tree data not available\n");
9292
return -1;
9393
}
9494

0 commit comments

Comments
 (0)