Hi Andres, On Mon, Nov 29, 2010 at 08:44:10PM -0800, Andres Salomon wrote: > On Mon, 29 Nov 2010 11:52:57 +1100 > Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > Hi Samuel, > > > > After merging the mfd tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > drivers/mfd/cs5535-mfd.c: In function 'cs5535_mfd_probe': > > drivers/mfd/cs5535-mfd.c:106: warning: format '%d' expects type > > 'int', but argument 3 has type 'long unsigned int' > > > > Ick, ARRAY_SIZE is unsigned int on x86, unsigned long on x86-64. The > patch below fixes this. > > > > > From: Andres Salomon <dilinger@xxxxxxxxxx> > > ARRAY_SIZE() returns unsigned long on x86-64 (rather than unsigned int); > cast it to the desired type to shut gcc up. Patch applied, many thanks. I'll look at your subdevices patches by the end of this week. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html