Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331021
b: refs/heads/master
c: ed7dd24
h: refs/heads/master
i:
  331019: 766cb24
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Sep 18, 2012
1 parent 4bb9107 commit 6a40ca9
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: 8b03663644002a6c742dd38dbdc8300da85293da
refs/heads/master: ed7dd240075fabf38e489930e39eab2dfa836520
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/mceusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ static void mceusb_dev_printdata(struct mceusb_dev *ir, char *buf,
break;
case MCE_RSP_EQIRCFS:
period = DIV_ROUND_CLOSEST(
(1 << data1 * 2) * (data2 + 1), 10);
(1U << data1 * 2) * (data2 + 1), 10);
if (!period)
break;
carrier = (1000 * 1000) / period;
Expand Down

0 comments on commit 6a40ca9

Please sign in to comment.