diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-09-04 18:26:53 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-08 21:40:54 +0200 |
commit | 91f96e8b7255537da3a58805cf465003521d7c5f (patch) | |
tree | 1cda6eafc3859762cda9fcac2b95df996c2cb486 /drivers/media/pci/pt1 | |
parent | [media] tw68: simplify tw68_buffer_count (diff) | |
download | linux-91f96e8b7255537da3a58805cf465003521d7c5f.tar.xz linux-91f96e8b7255537da3a58805cf465003521d7c5f.zip |
[media] tw68: drop bogus cpu_to_le32() call
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>
Diffstat (limited to 'drivers/media/pci/pt1')
0 files changed, 0 insertions, 0 deletions