Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9646
b: refs/heads/master
c: ce12467
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and Linus Torvalds committed Oct 4, 2005
1 parent f3d1014 commit e01d2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 50165d8b1d915422343079f79a878a0f7572feaa
refs/heads/master: ce12467d44d7394731ec9e91e032d50b04e502f6
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-ixp4xx/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern struct pci_bus *ixp4xx_scan_bus(int nr, struct pci_sys_data *sys);

static inline void gpio_line_config(u8 line, u32 direction)
{
if (direction == IXP4XX_GPIO_OUT)
if (direction == IXP4XX_GPIO_IN)
*IXP4XX_GPIO_GPOER |= (1 << line);
else
*IXP4XX_GPIO_GPOER &= ~(1 << line);
Expand Down

0 comments on commit e01d2cc

Please sign in to comment.