Staging: rtl8188eu: Move variable assignment
authorVatika Harlalka <vatikaharlalka@gmail.com>
Fri, 27 Feb 2015 09:48:02 +0000 (15:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 00:20:00 +0000 (16:20 -0800)
commit179e7dcde410d820f38ad80b28e9efe26030bb8d
treef3b633a05685a8db4da92975b18a0275ea4b6812
parentdacd2eced57b0df5676d189ee572d6ee40bd006e
Staging: rtl8188eu: Move variable assignment

Variable path_on is assigned explicitly in the if branch and so
its assignment outside can be moved to the else branch.

Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/phy.c
This page took 0.024244 seconds and 5 git commands to generate.