Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261488
b: refs/heads/master
c: b01fbc1
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent b66cba5 commit 31842e2
Show file tree
Hide file tree
Showing 3 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: 36e3fc8957abffa3218a6e3b61bef335eea80c03
refs/heads/master: b01fbc10e3c789763b2c953984bc4b80f59bcdf3
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/drxd_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static int i2c_read(struct i2c_adapter *adap,
return 0;
}

inline u32 MulDiv32(u32 a, u32 b, u32 c)
static inline u32 MulDiv32(u32 a, u32 b, u32 c)
{
u64 tmp64;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ bool IsA1WithRomCode(struct drxk_state *state)
#define DRXK_QAM_SL_SIG_POWER_QAM128 (20992)
#define DRXK_QAM_SL_SIG_POWER_QAM256 (43520)

inline u32 MulDiv32(u32 a, u32 b, u32 c)
static inline u32 MulDiv32(u32 a, u32 b, u32 c)
{
u64 tmp64;

Expand Down

0 comments on commit 31842e2

Please sign in to comment.