diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-01-31 13:46:12 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-02-06 23:43:46 +0100 |
commit | 1eff1c10b445844571b7be4aa545788722325484 (patch) | |
tree | 563fc06363d85a58f622932d33f382e532b2b730 /user_call/netrom_call.c | |
parent | b22317f80bcc98f6e8e811ed95135772e79c1c11 (diff) |
axgetput: Don't check for negative return from strlen.
For one strlen does not return any errors. By its very nature strlen
does not return negative results and its return type is size_t which
happens to be unsigned.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'user_call/netrom_call.c')
0 files changed, 0 insertions, 0 deletions