]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/core/flow.c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / net / core / flow.c
index b143b86b1f2a433e8a69573bf1887b986d970e8a..127c8a7ffd61fbc350fafe503fe692622e16374e 100644 (file)
@@ -176,8 +176,8 @@ static u32 flow_hash_code(struct flow_cache *fc,
 {
        u32 *k = (u32 *) key;
 
-       return (jhash2(k, (sizeof(*key) / sizeof(u32)), fcp->hash_rnd)
-               & (flow_cache_hash_size(fc) - 1));
+       return jhash2(k, (sizeof(*key) / sizeof(u32)), fcp->hash_rnd)
+               & (flow_cache_hash_size(fc) - 1);
 }
 
 typedef unsigned long flow_compare_t;