Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > samples/watch_queue/watch_test.c:107:21: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] I wish we'd been consistent on how we'd defined __u64. It needs a cast. David