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:
947b38b
)
[media] tw68: drop bogus cpu_to_le32() call
author
Hans Verkuil
<hans.verkuil@cisco.com>
Thu, 4 Sep 2014 16:26:53 +0000
(13:26 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 8 Sep 2014 19:40:54 +0000
(16:40 -0300)
tw_writel maps to writel which maps to __raw_writel(__cpu_to_le32(b),addr).
So tw_writel already calls cpu_to_le32 and it shouldn't be called again
in the code.
Reported-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found