projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10004f8
)
Bluetooth: btmrvl: lower log level of informational message
author
Stefan Agner
<stefan@agner.ch>
Fri, 11 Jan 2019 20:56:57 +0000
(21:56 +0100)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btmrvl_sdio.c
b/drivers/bluetooth/btmrvl_sdio.c
index
6f9a173
..
8ff4c31
100644
(file)
--- 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;
}