i5100_edac: Fix a warning when compiled with 32 bits
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 29 Mar 2012 11:41:08 +0000 (08:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 28 May 2012 22:13:54 +0000 (19:13 -0300)
commit9f70d08a4c4581eee802563b709f710ad492d966
tree2a149079defd81e405bf64ccf5f3d8f7434ba2ab
parent36683aab90373afd0cff0935bf886ebe6c7b0de6
i5100_edac: Fix a warning when compiled with 32 bits

drivers/edac/i5100_edac.c: In function ‘i5100_init_csrows’:
drivers/edac/i5100_edac.c:862:3: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘long unsigned int’ [-Wformat]

Reviewed-by: Aristeu Rozanski <arozansk@redhat.com>
Cc: "Niklas Söderlund" <niklas.soderlund@ericsson.com>
Cc: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/i5100_edac.c