From: Mauro Carvalho Chehab Date: Thu, 30 Dec 2010 14:58:37 +0000 (-0300) Subject: [media] ivtv-i2c: Fix two warnings X-Git-Tag: v2.6.38-rc1~470^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9804ed9e840c461f88b290dea43173e3eed37102;p=pandora-kernel.git [media] ivtv-i2c: Fix two warnings Fix two gcc warnings: drivers/media/video/ivtv/ivtv-i2c.c:170: warning: cast from pointer to integer of different size drivers/media/video/ivtv/ivtv-i2c.c:171: warning: cast from pointer to integer of different size $ gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) They seem bogus, but, as the original code also has problems with LE/BE, just change its implementation to be clear. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed