[media] tw68: drop bogus cpu_to_le32() call
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 4 Sep 2014 16:26:53 +0000 (13:26 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 8 Sep 2014 19:40:54 +0000 (16:40 -0300)
commit91f96e8b7255537da3a58805cf465003521d7c5f
tree1cda6eafc3859762cda9fcac2b95df996c2cb486
parent947b38bb110c90e0bc93e7afe9ab6f007b6799a7
[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>
drivers/media/pci/tw68/tw68-video.c