Skip to content

Commit

Permalink
[ARM] 4802/1: Fix typo and remove vague comment
Browse files Browse the repository at this point in the history
Fix typo and remove vague comment

Signed-off-by: Marc Pignat <[email protected]>
Acked-by: Andrew Victor <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
RandomReaper authored and Russell King committed Feb 4, 2008
1 parent fa3218d commit a78de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-at91/at91_mci.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#define AT91_MCI_ENDRX (1 << 6) /* End of RX Buffer */
#define AT91_MCI_ENDTX (1 << 7) /* End fo TX Buffer */
#define AT91_MCI_SDIOIRQA (1 << 8) /* SDIO Interrupt for Slot A */
#define At91_MCI_SDIOIRQB (1 << 9) /* SDIO Interrupt for Slot B [AT91RM9200 only] */
#define AT91_MCI_SDIOIRQB (1 << 9) /* SDIO Interrupt for Slot B */
#define AT91_MCI_RXBUFF (1 << 14) /* RX Buffer Full */
#define AT91_MCI_TXBUFE (1 << 15) /* TX Buffer Empty */
#define AT91_MCI_RINDE (1 << 16) /* Response Index Error */
Expand Down

0 comments on commit a78de2f

Please sign in to comment.