linux/3.3: disable crashlog on PPC
[oweals/openwrt.git] / target / linux / generic / patches-3.3 / 541-ubifs-xz-decompression-support.patch
index 3c917c164c60c5d10682255d18cf2dfe04d4e8ea..3442d90db7dcaac9607a8c3cd06cb7c68cdf0f91 100644 (file)
@@ -44,7 +44,7 @@
 +      .capi_name = "xz",
 +};
 +#else
-+static struct ubifs_compressor zlib_compr = {
++static struct ubifs_compressor xz_compr = {
 +      .compr_type = UBIFS_COMPR_XZ,
 +      .name = "xz",
 +};