On Sun, Feb 03, 2013 at 07:41:54PM +0100, Antonio Quartulli wrote:
diff --git a/hard-interface.c b/hard-interface.c index 6c32607..bbc6188 100644 --- a/hard-interface.c +++ b/hard-interface.c @@ -313,7 +313,7 @@ int batadv_hardif_enable_interface(struct batadv_hard_iface *hard_iface, struct batadv_priv *bat_priv; struct net_device *soft_iface; __be16 ethertype = __constant_htons(ETH_P_BATMAN);
- int ret;
- int ret = 0;
mh, maybe this is not really needed. Cheers,