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:
fd67f88
)
pinctrl: sunxi: Add const qualifier to the pin descriptor
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 17:34:07 +0000
(19:34 +0200)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Sun, 4 May 2014 06:59:02 +0000
(23:59 -0700)
The pins description structure were declared as const, but the of_device_id
data magic was losing it silently.
Make sure we have it on both sides.
And now that we're using const, we can also remove the useless cast in probe.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
No differences found