bpkfs: fix compiler warning
Correct formatstring of size_t is %zu otherwise we get:

fs/bpkfs.c: In function ‘bpkfs_probe’:
fs/bpkfs.c:440:3: warning: format ‘%d’ expects argument of type ‘int’,
but argument 5 has type ‘size_t’ [-Wformat=]
   dev_dbg(dev, "%d: offset = %d\n", i, d->offset);

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 68fc6e6 commit a6f19bc782bf488360175afe21ac53d0904968e4
@Alexander Aring Alexander Aring authored on 9 Feb 2014
Sascha Hauer committed on 10 Feb 2014
Showing 1 changed file
View
fs/bpkfs.c