Re: [PATCH] net: sched: One function call less in em_meta_change() after error detection
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Date: 2015-01-31 17:50:56
Also in:
kernel-janitors, lkml
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Date: 2015-01-31 17:50:56
Also in:
kernel-janitors, lkml
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