From: Nikolay Aleksandrov Date: Thu, 5 Dec 2013 10:36:58 +0000 (+0100) Subject: bonding: fix packets_per_slave showing X-Git-Tag: v3.13-rc4~3^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a752a8b94da4865d9c361c16ccf7ccb2994291dd;p=pandora-kernel.git bonding: fix packets_per_slave showing There's an issue when showing the value of packets_per_slave due to using signed integer. The value may be < 0 and thus not put through reciprocal_value() before showing. This patch makes it use unsigned integer when showing it. CC: Andy Gospodarek CC: Jay Vosburgh CC: Veaceslav Falico CC: David S. Miller Signed-off-by: Nikolay Aleksandrov Acked-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed