From: Gianluca Gennari Date: Mon, 2 Apr 2012 23:32:58 +0000 (-0300) Subject: [media] af9035: fix warning X-Git-Tag: v3.5-rc1~104^2~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec12988c022bee4af28a5d3941a01f9e78a96e9;p=pandora-kernel.git [media] af9035: fix warning On a 32 bit system: af9035.c: In function 'af9035_download_firmware': af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] %zu avoids any warning on both 32 and 64 bit systems. Signed-off-by: Gianluca Gennari Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed