Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285585
b: refs/heads/master
c: 88ab898
h: refs/heads/master
i:
  285583: ee0cf69
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 78d2aff commit dcc4059
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 1b5d8716b1663ed00718d738a16f43ebeeeaf81d
refs/heads/master: 88ab898f6639ca5a14943a882fbd141afc81fe90
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/bt8xx/dst_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct dst_state {
u16 decode_snr;
unsigned long cur_jiff;
u8 k22;
fe_bandwidth_t bandwidth;
u32 bandwidth;
u32 dst_hw_cap;
u8 dst_fw_version;
fe_sec_mini_cmd_t minicmd;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/dib3000mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct dib3000mc_state {

u32 timf;

fe_bandwidth_t current_bandwidth;
u32 current_bandwidth;

u16 dev_id;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/dib7000m.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct dib7000m_state {
u16 wbd_ref;

u8 current_band;
fe_bandwidth_t current_bandwidth;
u32 current_bandwidth;
struct dibx000_agc_config *current_agc;
u32 timf;
u32 timf_default;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda10048.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct tda10048_state {
u32 pll_pfactor;
u32 sample_freq;

enum fe_bandwidth bandwidth;
u32 bandwidth;
};

static struct init_tab {
Expand Down

0 comments on commit dcc4059

Please sign in to comment.