From: Markos Chandras Date: Tue, 12 Mar 2013 10:53:11 +0000 (+0000) Subject: mmc: dw_mmc: Don't loop when handling an interrupt X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb5f68addde6d8b79dd7d747814aa1770e6cf21;p=pandora-kernel.git mmc: dw_mmc: Don't loop when handling an interrupt 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 Acked-by: Jaehoon Chung Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed