diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2014-03-10 19:31:51 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-11 01:45:21 +0100 |
commit | 7500d9363f7e356a5a3f10f1778f2e4f8a7eba94 (patch) | |
tree | 66546f23da2f0c15d504170f9440e95cda707f32 /drivers | |
parent | 7cd0602d7836c0056fe9bdab014d5ac5ec5cb291 (diff) |
PM / suspend: Remove unnecessary !!
Double ! or !! are normally required to get 0 or 1 out of a expression. A
comparision always returns 0 or 1 and hence there is no need to apply double !
over it again.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions