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:
96b9bc6
)
ASoC: adau1701: type bug with ADAU1707_CLKDIV_UNSET
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 25 Jul 2013 16:40:17 +0000
(19:40 +0300)
committer
Mark Brown
<broonie@linaro.org>
Fri, 26 Jul 2013 16:02:38 +0000
(17:02 +0100)
ADAU1707_CLKDIV_UNSET is always compared against an unsigned int and
not an unsigned long. The current tests are always false.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found