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

Commit ce252edd authored by Pierre Ossman's avatar Pierre Ossman
Browse files

mmc: fix incorrect divisor in debug output



Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 4ff6471c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ mmc_start_request(struct mmc_host *host, struct mmc_request *mrq)
			"tsac %d ms nsac %d\n",
			mmc_hostname(host), mrq->data->blksz,
			mrq->data->blocks, mrq->data->flags,
			mrq->data->timeout_ns / 10000000,
			mrq->data->timeout_ns / 1000000,
			mrq->data->timeout_clks);
	}