mfd: Fix cs5535 warning on x86-64
authorAndres Salomon <dilinger@queued.net>
Tue, 30 Nov 2010 21:54:39 +0000 (13:54 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 14 Jan 2011 11:37:43 +0000 (12:37 +0100)
commit816b4580cef948c7d9ac9e3e63fb1b663012f057
tree54e22bc2e21b87b1c81f5ece4027d8df90b4e638
parentd450f19eea0c3f64d60dc37655bae03b2455e5bb
mfd: Fix cs5535 warning on x86-64

ARRAY_SIZE() returns size_t; use %zu instead of %d so that we don't
get warnings on x86-64.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/cs5535-mfd.c