summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2014-01-20 15:23:27 +0000
committerZoltan Herpai <wigyori@uid0.hu>2014-01-20 15:23:27 +0000
commit2cf8391b75efc6060f8fbcf0651ae16e9ec74d1d (patch)
tree0ce7221bd5e650b3c402bb0dcf78c324cf31dbd4 /target
parentc89e78991323feca76d48c249ebda1177eebbbe3 (diff)
downloadmtk-20170518-2cf8391b75efc6060f8fbcf0651ae16e9ec74d1d.zip
mtk-20170518-2cf8391b75efc6060f8fbcf0651ae16e9ec74d1d.tar.gz
mtk-20170518-2cf8391b75efc6060f8fbcf0651ae16e9ec74d1d.tar.bz2
update ocf patches - as ENT_DEBUG is removed, move the messages into pr_notice
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39350
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.13/941-ocf_20120127.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.13/941-ocf_20120127.patch b/target/linux/generic/patches-3.13/941-ocf_20120127.patch
index a8946a3..392b3fb 100644
--- a/target/linux/generic/patches-3.13/941-ocf_20120127.patch
+++ b/target/linux/generic/patches-3.13/941-ocf_20120127.patch
@@ -44,7 +44,7 @@
+
+ credit_entropy_bits(&input_pool, ent_count);
+
-+ DEBUG_ENT("crediting %d bits => %d\n",
++ pr_notice("crediting %d bits => %d\n",
+ ent_count, input_pool.entropy_count);
+ /*
+ * Wake up waiting processes if we have enough
@@ -74,7 +74,7 @@
+ /* likely we got woken up due to a signal */
+ if (count <= 0) count = random_read_wakeup_thresh;
+
-+ DEBUG_ENT("requesting %d bits from input_wait()er %d<%d\n",
++ pr_notice("requesting %d bits from input_wait()er %d<%d\n",
+ count,
+ input_pool.entropy_count, random_write_wakeup_thresh);
+