add chaos_calmer branch
[15.05/openwrt.git] / target / linux / generic / patches-4.0 / 491-ubi-auto-create-ubiblock-device-for-rootfs.patch
index 5aafea7..07562b2 100644 (file)
@@ -46,7 +46,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 +
 +              ret = ubiblock_create(&vi);
 +              if (ret)
-+                      ubi_err("block: can't add '%s' volume, err=%d\n",
++                      pr_err("UBI error: block: can't add '%s' volume, err=%d\n",
 +                              vi.name, ret);
 +              /* always break if we get here */
 +              break;