Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}