From: Linus Walleij Date: Fri, 11 May 2012 22:15:59 +0000 (+0000) Subject: usb/net: rndis: remove ambigous status codes X-Git-Tag: v3.5-rc1~109^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007e5c8e6aad8526e234b2481d2104e3e1fe8b88;p=pandora-kernel.git usb/net: rndis: remove ambigous status codes The RNDIS status codes are redefined with much stranged ifdeffery and only one of these codes was used in the hyperv driver, and there it is very clearly referring to the RNDIS variant, not some other status. So clarify this by explictly using the RNDIS_* prefixed status code in the hyperv drivera and delete the duplicate defines. Reviewed-by: Haiyang Zhang Signed-off-by: Linus Walleij Signed-off-by: David S. Miller --- Reading git-diff-tree failed