Re: [PATCH] net: sched: One function call less in em_meta_change() after error detection

From: Lino Sanfilippo
Date: Sat Jan 31 2015 - 12:51:17 EST


On 31.01.2015 17:34, SF Markus Elfring wrote:

> -errout:
> - if (err && meta)
> - meta_delete(meta);

Since this patch seems to be about optimization and cleanup you should
probably also remove the now unnecessary initialization of "meta" with
NULL at the beginning of the function...

Regards,
Lino

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/