UBI: drop redundant "UBI error" string
authorMike Frysinger <vapier@gentoo.org>
Fri, 3 May 2013 18:54:34 +0000 (14:54 -0400)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 16 May 2013 09:37:15 +0000 (12:37 +0300)
The ubi_err() macro automatically prefixes "UBI error" before the message.
By also using it here, we get a log like so:
UBI error: ubi_init: UBI error: cannot initialize UBI, error -19

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

No differences found