Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254647
b: refs/heads/master
c: 9800b5b
h: refs/heads/master
i:
  254645: 6ee1229
  254643: b1f4740
  254639: 729f288
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Jul 1, 2011
1 parent 01a18b0 commit ab08f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3f5c4c73322e4d6f3d40b697dac3073d2adffe41
refs/heads/master: 9800b5b619cd9a013a6f0c7d5da0dbbc17a5af30
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ static int saa7134_raw_decode_irq(struct saa7134_dev *dev)
* to work with other protocols.
*/
if (!ir->active) {
timeout = jiffies + jiffies_to_msecs(15);
timeout = jiffies + msecs_to_jiffies(15);
mod_timer(&ir->timer, timeout);
ir->active = true;
}
Expand Down

0 comments on commit ab08f85

Please sign in to comment.