mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[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
@ -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…
Reference in New Issue
Block a user