Commit 545ce876 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] istallion printk fix

istallion: Remove duplicate "%d" in printk();
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 17220af0
......@@ -851,7 +851,7 @@ static void __exit istallion_module_exit(void)
i = tty_unregister_driver(stli_serial);
if (i) {
printk("STALLION: failed to un-register tty driver, "
"errno=%d,%d\n", -i);
"errno=%d\n", -i);
restore_flags(flags);
return;
}
......
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