git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6300876
)
mmc: dw_mmc: Don't loop when handling an interrupt
author
Markos Chandras
<markos.chandras@imgtec.com>
Tue, 12 Mar 2013 10:53:11 +0000
(10:53 +0000)
committer
Chris Ball
<cjb@laptop.org>
Fri, 22 Mar 2013 16:45:32 +0000
(12:45 -0400)
There is no reason to loop when handling an interrupt. The "if" clauses
will handle all of them sequentially. This also eliminates the extra loop
we used to take with no pending interrupts and we ended up breaking out
of the while loop.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c
patch
|
blob
|
history
diff --cc
drivers/mmc/host/dw_mmc.c
Simple merge