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

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

at86rf230: remove unnecessary print of async error



The async error function will already printout the errno over dev_err.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 97fed795
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -664,7 +664,6 @@ at86rf230_async_state_change_start(void *context)
			enable_irq(lp->spi->irq);

		at86rf230_async_error(lp, &lp->state, rc);
		dev_err(&lp->spi->dev, "spi_async error %d\n", rc);
	}
}