dm init: remove trailing newline from calls to DMERR() and DMINFO()
authorStephen Boyd <swboyd@chromium.org>
Wed, 5 Jun 2019 01:27:29 +0000 (18:27 -0700)
committerMike Snitzer <snitzer@redhat.com>
Tue, 25 Jun 2019 17:43:09 +0000 (13:43 -0400)
commit10c9c8e7c09b4d32b31df1bd14673bd6dbfc50be
tree8c2aa1b5e6560edd412bb72555708e7f7a8d7f05
parentdec7e6494e1aea6bf676223da3429cd17ce0af79
dm init: remove trailing newline from calls to DMERR() and DMINFO()

These printing macros already add a trailing newline, so having another
one here just makes for blank lines when these prints are enabled.
Remove these needless newlines.

Fixes: 6bbc923dfcf5 ("dm: add support to directly boot to a mapped device")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-init.c