Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210450
b: refs/heads/master
c: b78d6c5
h: refs/heads/master
v: v3
  • Loading branch information
Yusuke Goda authored and Linus Torvalds committed Sep 10, 2010
1 parent 21280c5 commit 359cd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31583bb0cf6cc40f2a468a4d2f3b9cbefd24f891
refs/heads/master: b78d6c5f51935ba89df8db33a57bacb547aa7325
5 changes: 1 addition & 4 deletions trunk/drivers/mmc/host/tmio_mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@

#define ack_mmc_irqs(host, i) \
do { \
u32 mask;\
mask = sd_ctrl_read32((host), CTL_STATUS); \
mask &= ~((i) & TMIO_MASK_IRQ); \
sd_ctrl_write32((host), CTL_STATUS, mask); \
sd_ctrl_write32((host), CTL_STATUS, ~(i)); \
} while (0)


Expand Down

0 comments on commit 359cd95

Please sign in to comment.