Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52df3d5b authored by Alan's avatar Alan Committed by Jiri Kosina
Browse files

ipwireless: missing assignment



We never report the error because we don't assign it to ret.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2a248368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1455,7 +1455,7 @@ static void __handle_setup_get_version_rsp(struct ipw_hardware *hw)
			return;
		}

		set_RTS(hw, PRIO_SETUP, channel_idx,
		ret = set_RTS(hw, PRIO_SETUP, channel_idx,
			(hw->control_lines [channel_idx] &
			 IPW_CONTROL_LINE_RTS) != 0);
		if (ret) {