From: Veaceslav Falico Date: Sat, 3 Aug 2013 01:50:35 +0000 (+0200) Subject: bonding: call slave_last_rx() only once per slave X-Git-Tag: v3.12-rc1~132^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=def4460cdb171d64309c927907c18c4efcb0204b;p=pandora-kernel.git bonding: call slave_last_rx() only once per slave Simple cleanup to not call slave_last_rx() on every time function. It won't give any measurable boost - but looks cleaner and easier to understand. There are no time-consuming functions in between these calls, so it's safe to call it in the beginning only once. CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed