Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234047
b: refs/heads/master
c: 8358783
h: refs/heads/master
i:
  234045: c4dfa26
  234043: 6347f67
  234039: 9793d90
  234031: 042adce
  234015: 098f725
  233983: 1594574
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 2, 2011
1 parent 04538c3 commit 9b182fe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 752eb7ae5075506fb6ac96a901b0e5b3e459f001
refs/heads/master: 83587839d648e2a9b5edb5b9d4d9118ead56f22d
3 changes: 1 addition & 2 deletions trunk/drivers/media/rc/ir-raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ int ir_raw_event_store_edge(struct rc_dev *dev, enum raw_event_type type)
{
ktime_t now;
s64 delta; /* ns */
struct ir_raw_event ev;
DEFINE_IR_RAW_EVENT(ev);
int rc = 0;

if (!dev->raw)
Expand All @@ -125,7 +125,6 @@ int ir_raw_event_store_edge(struct rc_dev *dev, enum raw_event_type type)
* being called for the first time, note that delta can't
* possibly be negative.
*/
ev.duration = 0;
if (delta > IR_MAX_DURATION || !dev->raw->last_type)
type |= IR_START_EVENT;
else
Expand Down

0 comments on commit 9b182fe

Please sign in to comment.