mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
bt8xx: treat firmware data as const
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
2c733a1678
commit
4f2a0c3cdb
@ -3768,7 +3768,8 @@ static int terratec_active_radio_upgrade(struct bttv *btv)
|
||||
#define BTTV_ALT_DCLK 0x100000
|
||||
#define BTTV_ALT_NCONFIG 0x800000
|
||||
|
||||
static int __devinit pvr_altera_load(struct bttv *btv, u8 *micro, u32 microlen)
|
||||
static int __devinit pvr_altera_load(struct bttv *btv, const u8 *micro,
|
||||
u32 microlen)
|
||||
{
|
||||
u32 n;
|
||||
u8 bits;
|
||||
|
Loading…
x
Reference in New Issue
Block a user