ramips: fix cd-poll sd card remove randomly
[openwrt/openwrt.git] / target / linux / generic / patches-3.18 / 080-06-fib_trie-Optimize-fib_table_lookup-to-avoid-wasting-.patch
index 13004a1c31417940abf5631e9dc579fd33f72b02..e84412687d7a3f127725d61c94f7869ea5f5df08 100644 (file)
@@ -149,9 +149,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 +              if (IS_LEAF(n))
                        goto found;
 -              }
--              cn = n;
 -
+-              cn = n;
 -              /*
 -               * It's a tnode, and we can do some extra checks here if we
 -               * like, to avoid descending into a dead-end branch.