X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6bde956ce1d044adfeee9f054cfe99a30282c0dc..b1dfb3f7eb3c6ea58052a9ff0dcea8ae38fcfff1:/target/linux/generic-2.6/patches-2.6.27/973-ocf_2.6.27_fix.patch diff --git a/target/linux/generic-2.6/patches-2.6.27/973-ocf_2.6.27_fix.patch b/target/linux/generic-2.6/patches-2.6.27/973-ocf_2.6.27_fix.patch index 6ffce01a2..ecb9bef51 100644 --- a/target/linux/generic-2.6/patches-2.6.27/973-ocf_2.6.27_fix.patch +++ b/target/linux/generic-2.6/patches-2.6.27/973-ocf_2.6.27_fix.patch @@ -28,10 +28,10 @@ + + t = kthread_create(random_proc, NULL, "ocf-random"); + if (IS_ERR(t)) { ++ ret = PTR_ERR(t); printk("crypto: crypto_rregister cannot start random thread; " "error %d", ret); - } else -+ ret = PTR_ERR(t); + } else { + random_task = t; + wake_up_process(t);