Hi all, After merging the tip tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/drivers/pcsp/pcsp.c: In function 'snd_pcsp_create': sound/drivers/pcsp/pcsp.c:51:5: warning: format '%li' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=] "(%linS)\n", resolution); ^ Introduced by commit 447fbbdc2cd5 ("sound: Use hrtimer_resolution instead of hrtimer_get_res()"). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au