From: Chad Dupuis Date: Thu, 13 Mar 2014 18:16:40 +0000 (-0400) Subject: [SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures. X-Git-Tag: v3.15-rc1~136^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ea702bacf8ffb0b27448a46a7a66bfd9004202;p=pandora-kernel.git [SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures. Fixes some build warnings such as: drivers/scsi/qla2xxx/qla_attr.c:162:6: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'size_t'" and drivers/scsi/qla2xxx/qla_init.c:5198:7: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint32_t' [-Wformat] Signed-off-by: Chad Dupuis Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- Reading git-diff-tree failed