Staging: bcm: Fix three initialization errors in InterfaceDld.c
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 20 Oct 2011 12:15:23 +0000 (08:15 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Oct 2011 08:16:34 +0000 (10:16 +0200)
This patch fixes three initialization errors.
One is an incorrect initialization of a static
variable. The other two are incorrect
initializations in an if statement. These
errors were found by checkpatch.pl.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found