Merge branches 'acpi-ec', 'acpi-battery' and 'acpi-pmic'
[cascardo/linux.git] / net / batman-adv / network-coding.c
index fab47f1..127cc4d 100644 (file)
@@ -1212,8 +1212,7 @@ static bool batadv_nc_skb_coding_possible(struct sk_buff *skb,
 {
        if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src))
                return false;
-       else
-               return true;
+       return true;
 }
 
 /**