Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[firefly-linux-kernel-4.4.55.git] / drivers / tty / ipwireless / hardware.c
index 5c77e1eac4eea77b80100d86abb7508df2be3331..ad7031a4f3c4dd5071c39456d9f38982056592f2 100644 (file)
@@ -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) {