Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276830
b: refs/heads/master
c: 3a7f8fb
h: refs/heads/master
v: v3
  • Loading branch information
Xi Wang authored and Dmitry Torokhov committed Dec 12, 2011
1 parent 3a06e4a commit ff2670c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0d0e3064a88cc8d6bd3a9b43c5ae069ca838fc6e
refs/heads/master: 3a7f8fb1d8c9b6a066b0452cea47c85547c97723
4 changes: 2 additions & 2 deletions trunk/drivers/input/misc/cma3000_d0x.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ static void decode_mg(struct cma3000_accl_data *data, int *datax,
static irqreturn_t cma3000_thread_irq(int irq, void *dev_id)
{
struct cma3000_accl_data *data = dev_id;
int datax, datay, dataz;
u8 ctrl, mode, range, intr_status;
int datax, datay, dataz, intr_status;
u8 ctrl, mode, range;

intr_status = CMA3000_READ(data, CMA3000_INTSTATUS, "interrupt status");
if (intr_status < 0)
Expand Down

0 comments on commit ff2670c

Please sign in to comment.