patch-2.1.86 linux/drivers/char/sysrq.c

Next file: linux/drivers/char/vc_screen.c
Previous file: linux/drivers/char/stallion.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.85/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -171,9 +171,9 @@
 
 static void go_sync(kdev_t dev, int remount_flag)
 {
-	printk(KERN_INFO "%sing device %04x ... ",
+	printk(KERN_INFO "%sing device %s ... ",
 	       remount_flag ? "Remount" : "Sync",
-	       dev);
+	       kdevname(dev));
 
 	if (remount_flag) {				    /* Remount R/O */
 		struct super_block *sb = get_super(dev);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov