system-linux: remove redundant check for strtoul() return value
authorKhem Raj <raj.khem@gmail.com>
Fri, 19 May 2017 00:02:14 +0000 (17:02 -0700)
committerHans Dedecker <dedeckeh@gmail.com>
Fri, 19 May 2017 07:12:25 +0000 (09:12 +0200)
commita063705a03a6c5a41b5f7aed251bfb3ba5c844c3
tree985c40b48e38ff0e03b2854a2667886df290aaf6
parente6ebe0bfcdb7df25f1d96d367e8c0ad49b1642e3
system-linux: remove redundant check for strtoul() return value

Fixes
system-linux.c:1998:33: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
system-linux.c