Commit ce252edd authored by Pierre Ossman's avatar Pierre Ossman

mmc: fix incorrect divisor in debug output

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 4ff6471c
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment