kernel: don't hide the 'Warning: unable to open an initial console' message
[oweals/openwrt.git] / target / linux / generic / patches-3.6 / 541-ubifs-xz-decompression-support.patch
index e69c7f1d015decf9da8cecfe85b70c4484e76998..4e15a771a4f872d4ceb303c83a2221e452e30c09 100644 (file)
@@ -42,7 +42,7 @@
 +      .capi_name = "xz",
 +};
 +#else
-+static struct ubifs_compressor zlib_compr = {
++static struct ubifs_compressor xz_compr = {
 +      .compr_type = UBIFS_COMPR_XZ,
 +      .name = "xz",
 +};