From: Veaceslav Falico Date: Mon, 6 Jan 2014 10:54:40 +0000 (+0100) Subject: bonding: fix kstrtou8() return value verification in num_peer_notif X-Git-Tag: v3.14-rc1~94^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b23810d8c37a707abb076394c4bca76362cf06d;p=pandora-kernel.git bonding: fix kstrtou8() return value verification in num_peer_notif It returns 0 in case of success, !0 error otherwise. Fix the improper error verification. Fixes: 2c9839c143bbc ("bonding: add num_grat_arp attribute netlink support") CC: sfeldma@cumulusnetworks.com CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Acked-by: Scott Feldman Signed-off-by: David S. Miller --- Reading git-diff-tree failed