diff options
author | Viresh Kumar <[email protected]> | 2014-09-04 17:31:31 +0530 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2014-09-16 11:01:34 +0200 |
commit | 1c42a389eaa0fddca6e6d9625e65ff62c9b90e80 (patch) | |
tree | 107f235beb7018420d2f6e4ff871991a042535ca /net/lapb/lapb_subr.c | |
parent | 585b008743b5a14d93e3d506729c73978edc8da7 (diff) |
power-supply: Drop useless 'if (ret.intval)' statements
There is no need to check the value of ret.intval before returning it, as we
will be returning zero explicitly when ret.intval is zero.
So essentially we will end up returning value of ret.intval as it is. Drop the
unnecessary 'if' statements.
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions