Commit 1a54c0cf authored by Dan Carpenter's avatar Dan Carpenter Committed by Anna Schumaker
Browse files

sunrpc: kstrtoul() can also return -ERANGE



Smatch complains that "num" can be uninitialized when kstrtoul() returns
-ERANGE.  It's true enough, but basically harmless in this case.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 379ebf07
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment