From: Geert Uytterhoeven Date: Tue, 24 Sep 2013 06:17:30 +0000 (-0700) Subject: bcache: Correct printf()-style format length modifier X-Git-Tag: v3.12-rc3~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cbd250f867f98bb4738000afc6002d6f2b14bd;p=pandora-kernel.git bcache: Correct printf()-style format length modifier Fix drivers/md/bcache/btree.c: In function ‘bch_btree_node_read’: drivers/md/bcache/btree.c:259: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’ Signed-off-by: Geert Uytterhoeven Signed-off-by: Kent Overstreet Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed