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

Commit de71b5bd authored by Valentin Vidic's avatar Valentin Vidic Committed by Greg Kroah-Hartman
Browse files

staging: pi433: remove comparison with false



Fixes checkpatch warning for error prone comparison.

Signed-off-by: default avatarValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c144df8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -646,7 +646,7 @@ pi433_tx_thread(void *data)
		disable_irq(device->irq_num[DIO0]);
		disable_irq(device->irq_num[DIO0]);
		device->tx_active = true;
		device->tx_active = true;


		if (device->rx_active && rx_interrupted == false) {
		if (device->rx_active && !rx_interrupted) {
			/* rx is currently waiting for a telegram;
			/* rx is currently waiting for a telegram;
			 * we need to set the radio module to standby
			 * we need to set the radio module to standby
			 */
			 */