projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: refresh 2.6.33 patches
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
973-ocf_2.6.27_fix.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/973-ocf_2.6.27_fix.patch
b/target/linux/generic-2.6/patches-2.6.30/973-ocf_2.6.27_fix.patch
index
6ffce01
..
ecb9bef
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/973-ocf_2.6.27_fix.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/973-ocf_2.6.27_fix.patch
@@
-28,10
+28,10
@@
+
+ t = kthread_create(random_proc, NULL, "ocf-random");
+ if (IS_ERR(t)) {
+
+ 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
printk("crypto: crypto_rregister cannot start random thread; "
"error %d", ret);
- } else
-+ ret = PTR_ERR(t);
+ } else {
+ random_task = t;
+ wake_up_process(t);
+ } else {
+ random_task = t;
+ wake_up_process(t);
This page took
0.019389 seconds
and
4
git commands to generate.