CHROMIUM: dm: fix newlines in printouts
authorOlof Johansson <olofj@chromium.org>
Tue, 4 Sep 2012 18:38:23 +0000 (11:38 -0700)
committerGerrit <chrome-bot@google.com>
Tue, 4 Sep 2012 19:34:41 +0000 (12:34 -0700)
commit9a1b0204a6dd0abd8008632e6083e6ac4f2b1d27
tree300ddc0f33202a6ad3f438f928182cdd4f68d1c1
parent3b032d24fc05c426b4295e16f3cd6ae1dae2c975
CHROMIUM: dm: fix newlines in printouts

Turns out that we print double newlines:

[    3.799802] device-mapper: init: attempting early device configuration.
[    3.799807]

So, don't add the newline at the end of DM*() macros.

BUG=none
TEST=look at dmesg after booting

Change-Id: I039a3451c5a757641f1c0211845fc0bdc218b2bc
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/32154
Reviewed-by: Mandeep Singh Baines <msb@chromium.org>
init/do_mounts_dm.c