Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343823
b: refs/heads/master
c: 5e04f92
h: refs/heads/master
i:
  343821: 23916a3
  343819: 8fec62b
  343815: ff9bdcb
  343807: 4a3886f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 0add9c3 commit a6f441e
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: 230dc94a2a6e5786b8529e3218979719758f1fa0
refs/heads/master: 5e04f9201c905a22e5aab56f08db71ee21448f31
2 changes: 1 addition & 1 deletion trunk/drivers/media/tuners/max2165.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static int max2165_set_bandwidth(struct max2165_priv *priv, u32 bw)
return 0;
}

int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction)
static int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction)
{
u32 remainder;
u32 q, f = 0;
Expand Down

0 comments on commit a6f441e

Please sign in to comment.