From: Nicholas Bellinger Date: Thu, 23 Jun 2011 23:28:46 +0000 (+0000) Subject: tcm_fc: Fix conversion spec warning X-Git-Tag: v3.0-rc5~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95efa2863996b643083957079b9304fb3c01130f;p=pandora-kernel.git tcm_fc: Fix conversion spec warning This patch fixes the following conversion specification warning for size_t drivers/target/tcm_fc/tfc_io.c: In function ‘ft_queue_data_in’: drivers/target/tcm_fc/tfc_io.c:209: warning: format ‘%x’ expects type ‘unsigned int’, but argument 5 has type ‘size_t’ Reported-by: Randy Dunlap Reported-by: Stephen Rothwell Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed