Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74824
b: refs/heads/master
c: 4a56087
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 11, 2007
1 parent 8df4e82 commit 54f916e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f6b5cf771afcc96444cab44805e5a73e42f97db2
refs/heads/master: 4a56087f3b7660c9824e9ec69b96ccf8d9b25d1c
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/dibusb-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ static struct dibx000_agc_config dib3000p_panasonic_agc_config = {
.agc2_slope2 = 0x1e,
};

#ifdef CONFIG_DVB_DIB3000MC
#if defined(CONFIG_DVB_DIB3000MC) || \
(defined(CONFIG_DVB_DIB3000MC_MODULE) && defined(MODULE))

static struct dib3000mc_config mod3000p_dib3000p_config = {
&dib3000p_panasonic_agc_config,

Expand Down

0 comments on commit 54f916e

Please sign in to comment.