]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite40500befc94bf79727ae958e8520b7d00605e53
treea8d5996c0217a3ba8d1b6f3c73c0e750d8307f9a
parentf2d5b284b903d26bd63c5b57fbfa32a196d7be88
Staging: bcm: Fix three initialization errors in InterfaceDld.c

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>
drivers/staging/bcm/InterfaceDld.c