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:
38dbfb5
)
ASoC: ssm2602: Constify rate constraints
author
Lars-Peter Clausen
<lars@metafoo.de>
Wed, 5 Feb 2014 20:54:33 +0000
(21:54 +0100)
committer
Mark Brown
<broonie@linaro.org>
Fri, 7 Feb 2014 12:16:43 +0000
(12:16 +0000)
The rate constraints in this driver are shared between all device instances. It
should not be (and is not) modified at runtime, so make them const.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found