git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5b778
)
pinctrl: use dev_err() to show message in pinctrl_register_one_pin()
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 21 Jul 2015 06:25:26 +0000
(15:25 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 27 Jul 2015 12:43:43 +0000
(14:43 +0200)
Use dev_err() rather than pr_err() to display the error message.
(Besides, dev_err() is already used 7 lines below in this function.)
Also, drop the redundant information "on %s" because dev_err() shows
which device the message is related to.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c
patch
|
blob
|
history
diff --cc
drivers/pinctrl/core.c
Simple merge