projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff6471
)
mmc: fix incorrect divisor in debug output
author
Pierre Ossman
<drzeus@drzeus.cx>
Tue, 7 Aug 2007 12:06:18 +0000
(14:06 +0200)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Sun, 23 Sep 2007 19:15:45 +0000
(21:15 +0200)
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/core/core.c
b/drivers/mmc/core/core.c
index d1e4b0849e39ac92b538a13f2459baf649344107..07c03cb677b6dcf06f148d03b2b4454b9cad0816 100644
(file)
--- a/
drivers/mmc/core/core.c
+++ b/
drivers/mmc/core/core.c
@@
-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 / 1000000
0
,
+ mrq->data->timeout_ns / 1000000,
mrq->data->timeout_clks);
}