diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2012-06-20 04:14:54 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-21 03:09:43 +0400 |
commit | a2a7ef06de037761dab79e1ed8e62758ddac3201 (patch) | |
tree | 7275e1192f4f92e470f128ad086869602b6a8eb2 /drivers/hwmon/g760a.c | |
parent | 0f20146536ecf6ed901afa2f9a88b8f968175480 (diff) | |
download | linux-a2a7ef06de037761dab79e1ed8e62758ddac3201.tar.xz |
Staging: bcm: Change conditions that check for NULL in nvm.c
This patch changes all conditions that check for NULL
from "if (variable == NULL)" or "if (NULL == variable)"
to "if (variable)" to make code more readable.
Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwmon/g760a.c')
0 files changed, 0 insertions, 0 deletions