Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181619
b: refs/heads/master
c: 5d26b64
h: refs/heads/master
i:
  181617: 62f63b9
  181615: 35ba6f9
v: v3
  • Loading branch information
Márton Németh authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent abe5c7d commit 80c5997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3d36f5c652d9d1b4406b0f8f32d9452eaad8e33a
refs/heads/master: 5d26b6443292027314a2e2c9178140e60acd3587
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/siano/smsir.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ static struct keyboard_layout_map_t keyboard_layout_maps[] = {
{ } /* Terminating entry */
};

u32 ir_pos;
u32 ir_word;
u32 ir_toggle;
static u32 ir_pos;
static u32 ir_word;
static u32 ir_toggle;

#define RC5_PUSH_BIT(dst, bit, pos) \
{ dst <<= 1; dst |= bit; pos++; }
Expand Down

0 comments on commit 80c5997

Please sign in to comment.