Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56640
b: refs/heads/master
c: 9ae246c
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed May 21, 2007
1 parent c36ded5 commit 112edd0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a161bb0510d793a450127c12160309907af3d3f7
refs/heads/master: 9ae246cd85e05d3fb31b9770588c1fe0914872fe
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ static int __init bfin_gpio_init(void)

#if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE))
# if defined(CONFIG_BFIN_MAC_RMII)
reserved_map[PORT_H] = 0xC373;
reserved_map[gpio_bank(PORT_H)] = 0xC373;
# else
reserved_map[PORT_H] = 0xFFFF;
reserved_map[gpio_bank(PORT_H)] = 0xFFFF;
# endif
#endif

Expand Down

0 comments on commit 112edd0

Please sign in to comment.