Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235259
b: refs/heads/master
c: e19e881
h: refs/heads/master
i:
  235257: c875450
  235255: d67cbde
v: v3
  • Loading branch information
Stephen Warren authored and Colin Cross committed Feb 22, 2011
1 parent 9dae4fe commit 0e600be
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: cd51d0edecc37f1061a5091450e6c7e2a8a16d68
refs/heads/master: e19e881fcbd08bac0e6c9187ade8e3802d8334df
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define gpio_cansleep __gpio_cansleep

#define TEGRA_GPIO_TO_IRQ(gpio) (INT_GPIO_BASE + (gpio))
#define TEGRA_IRQ_TO_GPIO(irq) ((gpio) - INT_GPIO_BASE)
#define TEGRA_IRQ_TO_GPIO(irq) ((irq) - INT_GPIO_BASE)

static inline int gpio_to_irq(unsigned int gpio)
{
Expand Down

0 comments on commit 0e600be

Please sign in to comment.