commit | 64b8c8e573f614853c6cb828b2853da8e285377f | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Nov 13 10:42:34 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 03:10:30 2013 -0500 |
tree | 78a7ab5f3fc27209cf0fa7b3fde4271af30efd62 | |
parent | 81b9eab5ebbf0d5d54da4fc168cfb02c2adc76b8 [diff] |
net: cdc_ncm: cleanup a type issue in cdc_ncm_setup() This is harmless but cdc_ncm_setup() returns negative error codes truncated to u8 values. There is only one caller and treats all non-zero returns as errors but doesn't store the the return code. So the code works correctly but it's messy and upsets the static checkers. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>