USB: serial: Remove unnecessary \n's from dbg uses
authorJoe Perches <joe@perches.com>
Sat, 6 Feb 2010 00:50:08 +0000 (16:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:54:58 +0000 (14:54 -0800)
#define dbg adds the newline, messages shouldn't.
Converted dbg("%s", "some string") to dbg("some string")

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found