]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192su: remove re-declaration of counter i
authorFlorian Schilhabel <florian.c.schilhabel@googlemail.com>
Sat, 6 Mar 2010 19:44:54 +0000 (20:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:32 +0000 (11:35 -0700)
commitcecf13301fbf32bd9697bb9e33ac8124e9f1afe2
tree77074dfada0ee15bd100561fdc25f02b88aa914e
parente93f0090b3d0eb763191785d0f3f0eb99ed39a27
staging: rtl8192su: remove re-declaration of counter i

variable i is declared integer in rtl8192SU_ConfigAdapterInfo8192SForAutoLoadFail.
a few lines down it is re-declared u8.
removed the re-declaration.
plus cosmetics

Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192su/r8192U_core.c