Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87297
b: refs/heads/master
c: ac5bbf2
h: refs/heads/master
i:
  87295: 47bd6e8
v: v3
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Mar 8, 2008
1 parent 4338e46 commit 94b1984
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: 5853e7427858a9ae493ea4999ef1069d2e2550d9
refs/heads/master: ac5bbf21bf38b3f5eaa8cb1e17f7513dc354afda
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ns9xxx/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
static spinlock_t gpio_lock = __SPIN_LOCK_UNLOCKED(gpio_lock);

/* only access gpiores with atomic ops */
static DECLARE_BITMAP(gpiores, GPIO_MAX);
static DECLARE_BITMAP(gpiores, GPIO_MAX + 1);

static inline int ns9xxx_valid_gpio(unsigned gpio)
{
Expand Down

0 comments on commit 94b1984

Please sign in to comment.