commit | 278f31a70d2e40aa31bf465795bfce2ca8bb01b6 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jul 26 10:42:54 2017 +0100 |
committer | Richard Weinberger <richard@nod.at> | Wed Sep 13 22:05:30 2017 +0200 |
tree | 0b09bad3dc2382bcf08623cf3df77397b434bde0 | |
parent | 569dbb88e80deb68974ef6fdd6a13edb9d686261 [diff] |
ubi: pr_err() strings should end with newlines The ubi_init() function has a few error paths that use the pr_err() to output errors. These should have new lines on them as pr_err() does not automatically do this. This fixes issues where if multiple mtd fail to bind to ubi the console output starts wrapping around. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>