[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>
This commit is contained in:
parent
00fbc6dfe7
commit
49b6e2ad00
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue