Commit 538a0f61 authored by David S. Miller's avatar David S. Miller

[DO_MOUNT]: Use correct printf format for bytes_out.

parent a5212797
......@@ -997,7 +997,7 @@ static void __init flush_window(void)
written = write(crd_outfd, window, outcnt);
if (written != outcnt && unzip_error == 0) {
printk(KERN_ERR "RAMDISK: incomplete write (%d != %d) %d\n",
printk(KERN_ERR "RAMDISK: incomplete write (%d != %d) %ld\n",
written, outcnt, bytes_out);
unzip_error = 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment