Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219684
b: refs/heads/master
c: 2116739
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 9d10355 commit 336127d
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: c37c6d2196fc716abac6531c4cf08ad2874d52d8
refs/heads/master: 211673991ec168c293791a94ad7aa31998907768
4 changes: 2 additions & 2 deletions trunk/drivers/staging/lirc/lirc_imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static void imon_incoming_packet(struct imon_context *context,
struct device *dev = context->driver->dev;
int octet, bit;
unsigned char mask;
int i, chunk_num;
int i;

/*
* just bail out if no listening IR client
Expand Down Expand Up @@ -655,7 +655,7 @@ static void imon_incoming_packet(struct imon_context *context,
}
}

if (chunk_num == 10) {
if (buf[7] == 10) {
if (context->rx.count) {
submit_data(context);
context->rx.count = 0;
Expand Down

0 comments on commit 336127d

Please sign in to comment.