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

Commit ca28849d authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Marcel Holtmann
Browse files

ieee802154/at86rf230: Remove unneeded blank lines

parent b48a7c18
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -524,7 +524,6 @@ at86rf230_async_state_assert(void *context)
			}
		}


		dev_warn(&lp->spi->dev, "unexcept state change from 0x%02x to 0x%02x. Actual state: 0x%02x\n",
			 ctx->from_state, ctx->to_state, trx_state);
	}
@@ -762,7 +761,6 @@ at86rf230_tx_trac_check(void *context)
	at86rf230_tx_on(context);
}


static void
at86rf230_tx_trac_status(void *context)
{