summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2012-04-13 00:08:31 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2012-04-14 02:05:00 -0700
commit04499ec4ee945dfad9f0afbdd8d6f8ba12dac6d6 (patch)
tree15d4cd43517c8afb20b777607830ca1093341b95 /drivers/pinctrl
parent6ad651456e3c8f3ea77056bc05c85e46ab8ead5a (diff)
downloadlinux-04499ec4ee945dfad9f0afbdd8d6f8ba12dac6d6.tar.bz2
e1000e: cleanup boolean logic
Replace occurrences of 'if (<bool expr> == <1|0>)' with 'if ([!]<bool expr>)' Replace occurrences of '<bool var> = (<non-bool expr>) ? true : false' with '<bool var> = <non-bool expr>'. Replace occurrence of '<bool var> = <non-bool expr>' with '<bool var> = !!<non-bool expr>' While the latter replacement is not really necessary, it is done here for consistency and clarity. No functional changes. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/pinctrl')
0 files changed, 0 insertions, 0 deletions