Commit 49b6e2ad authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Remove extraneous \n in doubletalk init printk.

Doubletalk printk's an extraneous \n
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 00fbc6df
...@@ -490,7 +490,7 @@ for (i = 0; i < 10; i++) \ ...@@ -490,7 +490,7 @@ for (i = 0; i < 10; i++) \
release_region(dtlk_portlist[i], DTLK_IO_EXTENT); release_region(dtlk_portlist[i], DTLK_IO_EXTENT);
} }
printk(KERN_INFO "\nDoubleTalk PC - not found\n"); printk(KERN_INFO "DoubleTalk PC - not found\n");
return -ENODEV; return -ENODEV;
} }
......
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