On 09/28/10 10:33, Mark Brown wrote: > On Tue, Sep 28, 2010 at 09:58:46AM -0700, Randy Dunlap wrote: >> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > >> Fix dev_printk format warning: > >> sound/soc/codecs/wm8985.c:731: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' > >> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > > Takashi already fixed that (and the change already seems to be in > -next...). I don't see the fix in linux-next 2010-0928. Aha, he changed the variable type. OK, thanks. > When reporting type based warnings please always report the > architecture you're building for, GCC seems to only generate the > warnings if there's a difference in the underlying typedef which means > that they don't always trigger on every architecture. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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