commit | a2a7ef06de037761dab79e1ed8e62758ddac3201 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Tue Jun 19 20:14:54 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 20 16:09:43 2012 -0700 |
tree | 7275e1192f4f92e470f128ad086869602b6a8eb2 | |
parent | 0f20146536ecf6ed901afa2f9a88b8f968175480 [diff] |
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>