1
0
Fork 0

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

Doubletalk printk's an extraneous \n

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Dave Jones 2006-04-10 22:54:06 -07:00 committed by Linus Torvalds
parent 00fbc6dfe7
commit 49b6e2ad00
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ for (i = 0; i < 10; i++) \
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;
}