Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295085
b: refs/heads/master
c: 955b443
h: refs/heads/master
i:
  295083: c63a5f7
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent 0ce278b commit 680bd22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 23bfb5be9f4c14937d70ed09f24a19d86df1951b
refs/heads/master: 955b44304afca143b82304fe421e990ec607834a
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/gpio-ir-recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

struct gpio_rc_dev {
struct rc_dev *rcdev;
unsigned int gpio_nr;
int gpio_nr;
bool active_low;
};

static irqreturn_t gpio_ir_recv_irq(int irq, void *dev_id)
{
struct gpio_rc_dev *gpio_dev = dev_id;
unsigned int gval;
int gval;
int rc = 0;
enum raw_event_type type = IR_SPACE;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/media/gpio-ir-recv.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define __GPIO_IR_RECV_H__

struct gpio_ir_recv_platform_data {
unsigned int gpio_nr;
int gpio_nr;
bool active_low;
};

Expand Down

0 comments on commit 680bd22

Please sign in to comment.