diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 8ef0424c26c4..1c56ae92ce74 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -3768,7 +3768,8 @@ static int terratec_active_radio_upgrade(struct bttv *btv) | |||
3768 | #define BTTV_ALT_DCLK 0x100000 | 3768 | #define BTTV_ALT_DCLK 0x100000 |
3769 | #define BTTV_ALT_NCONFIG 0x800000 | 3769 | #define BTTV_ALT_NCONFIG 0x800000 |
3770 | 3770 | ||
3771 | static int __devinit pvr_altera_load(struct bttv *btv, u8 *micro, u32 microlen) | 3771 | static int __devinit pvr_altera_load(struct bttv *btv, const u8 *micro, |
3772 | u32 microlen) | ||
3772 | { | 3773 | { |
3773 | u32 n; | 3774 | u32 n; |
3774 | u8 bits; | 3775 | u8 bits; |