Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bt8xx: treat firmware data as const

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

authored by

David Woodhouse and committed by
David Woodhouse
4f2a0c3c 2c733a16

+2 -1
+2 -1
drivers/media/video/bt8xx/bttv-cards.c
··· 3768 3768 #define BTTV_ALT_DCLK 0x100000 3769 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 3774 u32 n; 3774 3775 u8 bits;