9
0
Fork 0
barebox/fs
Alexander Aring a6f19bc782 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>
2014-02-10 09:34:35 +01:00
..
cramfs fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ext4 fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
fat fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ubifs UBIFS: implement readlink entry point 2014-01-30 08:42:53 +01:00
Kconfig Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00
Makefile Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00
bpkfs.c bpkfs: fix compiler warning 2014-02-10 09:34:35 +01:00
devfs-core.c mtd: Add subpagesize to mtd_info_user 2013-12-20 15:04:30 +01:00
devfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
fs.c Fix endless loop in automount code 2013-11-27 11:22:01 +01:00
nfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
omap4_usbbootfs.c omap4: add filesystem support over usb boot 2012-11-16 15:32:31 +01:00
ramfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c fs: tftp: don't duplicate timeout information 2013-08-12 08:00:36 +02:00
uimagefs.c Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00