mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL'
authorLee Jones <lee.jones@linaro.org>
Wed, 13 Aug 2014 12:52:27 +0000 (13:52 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:30 +0000 (08:15 +0100)
commit41cc08e955187b96867fa0f625c55496961699ba
tree203ceb5b5fb73c10f761527f57e1706793e6d881
parentfe4b7ea8e7c1f03601f6521c24898a688e565626
mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL'

This aids in consistency, as the rest of the checks in the file use this
notation.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/htc-i2cpld.c