Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336383
b: refs/heads/master
c: 525fae2
h: refs/heads/master
i:
  336381: c645bed
  336379: 7f4b33e
  336375: 6557d43
  336367: ca37a41
  336351: ae2cd34
  336319: bca3281
  336255: 0b2052c
  336127: 1115b21
  335871: 3e43c2f
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Linus Walleij committed Oct 24, 2012
1 parent fc4a70a commit 1aed766
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: ae0407e137ebea3c573b47246b3ca0e7076b07e8
refs/heads/master: 525fae21317658ae556ca850f3004319004641d1
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static struct at91_gpio_chip *gpio_chips[MAX_GPIO_BANKS];

static int gpio_banks;

#define PULL_UP (0 << 1)
#define PULL_UP (1 << 0)
#define MULTI_DRIVE (1 << 1)

/**
Expand Down

0 comments on commit 1aed766

Please sign in to comment.