On 04/01/2014 12:39 AM, Stephen Rothwell wrote:
Hi all,
Please do not add material intended for v3.16 to your linux-next included branches until after v3.15-rc1 is released.
This tree still fails (more than usual) the powerpc allyesconfig build.
Changes since 20140331:
for linux-next 0401 and 0331:
drivers/gpu/drm/i915/i915_cmd_parser.c:405:4: warning: format '%td' expects argument of type 'ptrdiff_t', but argument 5 has type 'long unsigned int' [-Wformat]
Just use %td without the (unsigned long) cast.