From: Richard Weinberger Date: Wed, 19 Mar 2014 10:43:22 +0000 (+0100) Subject: UBI: block: Remove __initdata from ubiblock_param_ops X-Git-Tag: v3.15-rc1~93^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56030ac25d383218045c5d87e98e0494d6af3ad;p=pandora-kernel.git UBI: block: Remove __initdata from ubiblock_param_ops You cannot mark these parameters as __initdata. Otherwise the data is gone upon module exit. Fixes: [ 172.045465] BUG: unable to handle kernel paging request at ffffffffa001db38 [ 172.046020] IP: [] destroy_params+0x24/0x50 Signed-off-by: Richard Weinberger Acked-by: Ezequiel Garcia Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed