xfs/linux/xfs_super.c |    0 
 xfs/xfs_buf_item.c    |    0 
 xfs/xfs_error.h       |    2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/xfs/xfs_buf_item.c~xfs-warning-fixes fs/xfs/xfs_buf_item.c
diff -puN fs/xfs/xfs_error.h~xfs-warning-fixes fs/xfs/xfs_error.h
--- 25-power4/fs/xfs/xfs_error.h~xfs-warning-fixes	2003-02-10 23:22:52.000000000 -0800
+++ 25-power4-akpm/fs/xfs/xfs_error.h	2003-02-10 23:22:52.000000000 -0800
@@ -33,7 +33,7 @@
 #define __XFS_ERROR_H__
 
 #define prdev(fmt,dev,args...) \
-	printk("XFS: device 0x%x- " fmt "\n", dev, ## args)
+	printk("XFS: device 0x%x- " fmt "\n", (unsigned)dev, ## args)
 
 #define XFS_ERECOVER	1	/* Failure to recover log */
 #define XFS_ELOGSTAT	2	/* Failure to stat log in user space */
diff -puN fs/xfs/linux/xfs_super.c~xfs-warning-fixes fs/xfs/linux/xfs_super.c

_