Kevin McKinney de3615f46c Staging: bcm: Change the style of comparing structures to null in InterfaceMisc.c.
This patch changes the style of comparing
structures to null. Instead of this:
"if (foo == NULL) {" or "if (foo != NULL) {",
the new logic uses: "if (!foo) {" or
"if (foo) {".

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-19 13:42:23 -07:00
..
2012-10-01 12:11:39 -07:00
2012-09-21 09:17:07 -07:00
2012-10-01 13:23:01 -07:00
2012-10-12 10:21:02 +09:00
2012-10-01 12:11:39 -07:00
2012-10-01 13:23:01 -07:00
2012-10-01 12:26:52 -07:00
2012-10-01 13:23:01 -07:00
2012-09-16 17:17:25 -07:00
2012-09-26 09:19:50 -07:00
2012-09-16 17:17:25 -07:00
2012-10-01 12:26:52 -07:00
2012-10-01 12:26:52 -07:00