Re: [PATCH] scsi: arm: fas216: Use %llu to print 'u64' format

2014-07-11 Thread Fabio Estevam
kernel-build-reports/2014-July/004338.html Regards, Fabio Estevam -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] scsi: arm: fas216: Use %llu to print 'u64' format

2014-07-10 Thread Fabio Estevam
From: Fabio Estevam The following warning is seen when building for ARM: drivers/scsi/arm/fas216.c:3003:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'u64' [-Wformat=] Use %llu to print 'u64' format. Reported-by: