From: Hans Verkuil Date: Thu, 4 Sep 2014 16:26:53 +0000 (-0300) Subject: [media] tw68: drop bogus cpu_to_le32() call X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f96e8b7255537da3a58805cf465003521d7c5f;p=pandora-kernel.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed