projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863e652
)
greybus: db3-platform: Use dev_info for success messages
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 22 Oct 2015 14:36:57 +0000
(20:06 +0530)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 22 Oct 2015 20:46:50 +0000
(13:46 -0700)
Used dev_err() by mistake, fix it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/db3-platform.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/db3-platform.c
b/drivers/staging/greybus/db3-platform.c
index 49193377a26cc284e83b0b37d9c9dfca72266302..3adc68dff9eea5cbdfd38898e212e57a795e6819 100644
(file)
--- a/
drivers/staging/greybus/db3-platform.c
+++ b/
drivers/staging/greybus/db3-platform.c
@@
-305,7
+305,7
@@
static int apb_ctrl_probe(struct platform_device *pdev)
*
* Not sure anything else needs to take care here.
*/
- dev_
err
(dev, "Device registered successfully \n");
+ dev_
info
(dev, "Device registered successfully \n");
return 0;
exit: