diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-11-13 11:42:34 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-14 12:10:30 +0400 |
commit | 64b8c8e573f614853c6cb828b2853da8e285377f (patch) | |
tree | 78a7ab5f3fc27209cf0fa7b3fde4271af30efd62 /Documentation | |
parent | 81b9eab5ebbf0d5d54da4fc168cfb02c2adc76b8 (diff) | |
download | linux-64b8c8e573f614853c6cb828b2853da8e285377f.tar.xz |
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions