From: wigyori Date: Mon, 20 Jan 2014 15:23:27 +0000 (+0000) Subject: [3.13]: update ocf patches X-Git-Tag: fast2504n-3.10.28-merged~245 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f19919fdf8303e34376b0db63e6ec9c8477ab1cb;p=openwrt.git [3.13]: update ocf patches - as ENT_DEBUG is removed, move the messages into pr_notice Signed-off-by: Zoltan HERPAI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39350 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 a8946a32a7..392b3fb6c9 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); +