diff options
author | Dan Carpenter <[email protected]> | 2013-11-13 10:42:34 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-11-14 03:10:30 -0500 |
commit | 64b8c8e573f614853c6cb828b2853da8e285377f (patch) | |
tree | 78a7ab5f3fc27209cf0fa7b3fde4271af30efd62 /net/lapb/lapb_timer.c | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions