commit | 379ebf0796071210c61ea17ba3f08cbc5e260894 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jul 12 15:29:29 2018 +0300 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jul 31 12:53:40 2018 -0400 |
tree | fff4899488b81c1ab5d301a06017552d9722668f | |
parent | 016583d7030cec9b69e0d55269a5967f4ee871d2 [diff] |
NFS: silence a harmless uninitialized variable warning kstrtoul() can return -ERANGE so Smatch complains that "num" can be uninitialized. We check that it's within bounds so it's not a huge deal. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>