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

Commit fc50c6e3 authored by Alexander Aring's avatar Alexander Aring Committed by Marcel Holtmann
Browse files

at86rf230: make at86rf230_async_error inline



This patch makes the at86rf230_async_error inline. This function is
small enough to handle inline.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Reviewed-by: default avatarStefan Schmidt <s.schmidt@samsung.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 5f5c5c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ at86rf230_async_error_recover(void *context)
	ieee802154_wake_queue(lp->hw);
}

static void
static inline void
at86rf230_async_error(struct at86rf230_local *lp,
		      struct at86rf230_state_change *ctx, int rc)
{