From: Hariprasad S Date: Fri, 11 Dec 2015 08:29:17 +0000 (+0530) Subject: iw_cxgb3: Fix incorrectly returning error on success X-Git-Tag: v3.2.78~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=4249217f43bc2d1f0ba71895a566d28d8d097d52;hp=92375b85b70395c8180991084c05e8d78e55d066 iw_cxgb3: Fix incorrectly returning error on success commit 67f1aee6f45059fd6b0f5b0ecb2c97ad0451f6b3 upstream. The cxgb3_*_send() functions return NET_XMIT_ values, which are positive integers values. So don't treat positive return values as an error. Signed-off-by: Steve Wise Signed-off-by: Hariprasad Shenai Signed-off-by: Doug Ledford Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed