From 97ea702bacf8ffb0b27448a46a7a66bfd9004202 Mon Sep 17 00:00:00 2001 From: Chad Dupuis Date: Thu, 13 Mar 2014 14:16:40 -0400 Subject: [PATCH] [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-format-patch failed