Commit 96b1971a authored by Sherif Shehab Aldin's avatar Sherif Shehab Aldin Committed by Greg Kroah-Hartman
Browse files

driver: staging: wlan-ng: Removed multiple assignments



Removed multiple assignments from hfa384x_usb.c

Signed-off-by: default avatarSherif Shehab Aldin <shehabaldin.sherif@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3542e66
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2599,7 +2599,8 @@ int hfa384x_drvr_start(hfa384x_t *hw)
	 */
	result1 = hfa384x_cmd_initialize(hw);
	msleep(1000);
	result = result2 = hfa384x_cmd_initialize(hw);
	result = hfa384x_cmd_initialize(hw);
	result2 = result;
	if (result1 != 0) {
		if (result2 != 0) {
			netdev_err(hw->wlandev->netdev,