Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57520
b: refs/heads/master
c: 60da8de
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Pierre Ossman committed Jun 7, 2007
1 parent 3056145 commit 5a8351d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b6cedb38613d41367839df9d2181df3c81fb25c4
refs/heads/master: 60da8de671cc314c75118768052d04ea92eaed4d
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/host/au1xmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ const struct {
#endif
};

#define AU1XMMC_CONTROLLER_COUNT \
(sizeof(au1xmmc_card_table) / sizeof(au1xmmc_card_table[0]))
#define AU1XMMC_CONTROLLER_COUNT (ARRAY_SIZE(au1xmmc_card_table))

/* This array stores pointers for the hosts (used by the IRQ handler) */
struct au1xmmc_host *au1xmmc_hosts[AU1XMMC_CONTROLLER_COUNT];
Expand Down

0 comments on commit 5a8351d

Please sign in to comment.