From: Arnd Bergmann Date: Fri, 20 Jun 2014 13:52:11 +0000 (+0200) Subject: thunderbolt: fix format string for size_t X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3543fb776d8e63934615bf7070ee5fa5a6a7382d;p=pandora-kernel.git thunderbolt: fix format string for size_t The result of "sizeof(struct tb_drom_entry_port)" is a size_t, which is not necessarily the same as 'long', so we should use the appropriate %z format string instead of %l. Signed-off-by: Arnd Bergmann Acked-by: Andreas Noever Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed