Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285220
b: refs/heads/master
c: 39cac37
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 23, 2011
1 parent 1596610 commit 7f6ef25
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: 6fd7dba026f17076ac4bd63a3590f993c1f5c2c6
refs/heads/master: 39cac3758f62c6495d954e0d7dc1ca7e69fa565d
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/ir-nec-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ static int ir_nec_decode(struct rc_dev *dev, struct ir_raw_event ev)
return 0;
}

IR_dprintk(1, "NEC decode failed at state %d (%uus %s)\n",
data->state, TO_US(ev.duration), TO_STR(ev.pulse));
IR_dprintk(1, "NEC decode failed at count %d state %d (%uus %s)\n",
data->count, data->state, TO_US(ev.duration), TO_STR(ev.pulse));
data->state = STATE_INACTIVE;
return -EINVAL;
}
Expand Down

0 comments on commit 7f6ef25

Please sign in to comment.