max1720x_battery: Fix -Wtautological-unsigned-zero-compare warnings

max1720x_battery.c:1581:11: warning: result of comparison of unsigned expression < 0 is always false [-Wtautological-unsigned-zero-compare]
        if (data < 0)
            ~~~~ ^ ~
max1720x_battery.c:1663:12: warning: result of comparison of unsigned expression < 0 is always false [-Wtautological-unsigned-zero-compare]
        if (vfsoc < 0)
            ~~~~~ ^ ~
Bug: 167637332
Signed-off-by: David Lin <[email protected]>
Change-Id: Id316e65465ba510f14ed5cb6479d27a7b3d64f28
1 file changed