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

Commit 3a871ca2 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[media] af9033: correct debug print

parent 41d44a81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ static int af9033_sleep(struct dvb_frontend *fe)
		usleep_range(200, 10000);
	}

	pr_debug("%s: loop=%d", __func__, i);
	pr_debug("%s: loop=%d\n", __func__, i);

	if (i == 0) {
		ret = -ETIMEDOUT;